From 8577d135793de4235dd42b55d58bb26086f21ae2 Mon Sep 17 00:00:00 2001 From: hesuicong Date: Thu, 6 Aug 2026 14:27:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E4=B8=80=E4=BA=9B=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libs/MVS/SceneTexture.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/libs/MVS/SceneTexture.cpp b/libs/MVS/SceneTexture.cpp index a5d72bd..aedc304 100644 --- a/libs/MVS/SceneTexture.cpp +++ b/libs/MVS/SceneTexture.cpp @@ -8642,7 +8642,6 @@ bool MeshTexture::FaceViewSelection3( unsigned minCommonCameras, float fOutlierT } } - DEBUG_EXTRA("FaceViewSelection3.1"); // printf("perFaceFaces.size = %d\n", perFaceFaces.size()); ASSERT(controlCounter == faces.size()); @@ -8675,7 +8674,6 @@ bool MeshTexture::FaceViewSelection3( unsigned minCommonCameras, float fOutlierT } //*/ } - DEBUG_EXTRA("FaceViewSelection3.2"); // 3) use virtual faces to build the graph // 4) assign images to virtual faces // 5) spread image ID to each mesh face from virtual face @@ -8683,7 +8681,6 @@ bool MeshTexture::FaceViewSelection3( unsigned minCommonCameras, float fOutlierT MAYBEUNUSED const Mesh::FIndex idx((Mesh::FIndex)boost::add_vertex(graph)); ASSERT(idx == idxFace); } - DEBUG_EXTRA("FaceViewSelection3.3"); //* FOREACH(idxVirtualFace, virtualFaces) { const Mesh::FaceIdxArr& afaces = virtualFaceNeighbors[idxVirtualFace]; @@ -8706,11 +8703,10 @@ bool MeshTexture::FaceViewSelection3( unsigned minCommonCameras, float fOutlierT } //*/ - DEBUG_EXTRA("FaceViewSelection3.4"); // 这里通过深度图判断virtualFaces是否要为invalid // CheckInvalidFaces(virtualFacesDatas, fOutlierThreshold, nIgnoreMaskLabel, views, bUseVirtualFaces)) - printf("virtualFacesDatas.size()=%d, facesDatas.size()=%d\n", virtualFacesDatas.size(), facesDatas.size()); + // printf("virtualFacesDatas.size()=%d, facesDatas.size()=%d\n", virtualFacesDatas.size(), facesDatas.size()); ASSERT((Mesh::FIndex)boost::num_vertices(graph) == virtualFaces.size()); // assign the best view to each face