Skip to content

Commit

Permalink
Lidar/Phgr , Correl validated
Browse files Browse the repository at this point in the history
  • Loading branch information
deseilligny committed Jan 21, 2025
1 parent 39bfbcb commit ed2fdf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MMVII/src/BundleAdjustment/Bundle_LidarPhotogra.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ cBA_LidarPhotogra::cBA_LidarPhotogra(cMMVII_BundleAdj& aBA,const std::vector<std
// Creation of the patches, to comment ...
if (1)
{
/*
cTplBoxOfPts<tREAL8,2> aBoxObj;
int aNbPtsByPtch = 32;

Expand Down Expand Up @@ -122,6 +121,7 @@ cBA_LidarPhotogra::cBA_LidarPhotogra(cMMVII_BundleAdj& aBA,const std::vector<std
<< " NbPts=" << mTri.NbPts() << " => " << aCpt
<< " NbPatch=" << mLPatches.size() << " NbAvg => " << aCpt / double(mLPatches.size())
<< "\n";
/*
*/
}
}
Expand All @@ -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<cPt3dr> aVP;
Expand Down

0 comments on commit ed2fdf3

Please sign in to comment.