From ed2fdf361ad7aab9afff7bf1006a116baf31b002 Mon Sep 17 00:00:00 2001 From: deseilligny Date: Tue, 21 Jan 2025 21:22:26 +0100 Subject: [PATCH] Lidar/Phgr , Correl validated --- MMVII/src/BundleAdjustment/Bundle_LidarPhotogra.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MMVII/src/BundleAdjustment/Bundle_LidarPhotogra.cpp b/MMVII/src/BundleAdjustment/Bundle_LidarPhotogra.cpp index b69a10fce..122299cca 100644 --- a/MMVII/src/BundleAdjustment/Bundle_LidarPhotogra.cpp +++ b/MMVII/src/BundleAdjustment/Bundle_LidarPhotogra.cpp @@ -68,7 +68,6 @@ cBA_LidarPhotogra::cBA_LidarPhotogra(cMMVII_BundleAdj& aBA,const std::vector aBoxObj; int aNbPtsByPtch = 32; @@ -122,6 +121,7 @@ cBA_LidarPhotogra::cBA_LidarPhotogra(cMMVII_BundleAdj& aBA,const std::vector " << aCpt << " NbPatch=" << mLPatches.size() << " NbAvg => " << aCpt / double(mLPatches.size()) << "\n"; +/* */ } } @@ -144,7 +144,7 @@ void cBA_LidarPhotogra::AddObs(tREAL8 aW) } else { - MMVII_UnclasseUsEr("Dont handle Census"); + // MMVII_UnclasseUsEr("Dont handle Census"); for (const auto& aPatchIndex : mLPatches) { std::vector aVP;