MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / updatePointPairs

Method updatePointPairs

source/MRMesh/MRICP.cpp:114–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114void ICP::updatePointPairs()
115{
116 MR_TIMER;
117 MR::updatePointPairs( flt2refPairs_, flt_, ref_, prop_.cosThreshold, prop_.distThresholdSq, prop_.mutualClosest, prop_.ignoreBdTgts );
118 MR::updatePointPairs( ref2fltPairs_, ref_, flt_, prop_.cosThreshold, prop_.distThresholdSq, prop_.mutualClosest, prop_.ignoreBdTgts );
119 deactivatefarDistPairs_();
120}
121
122std::string getICPStatusInfo( int iterations, ICPExitType exitType )
123{

Callers 1

icp.test.mjsFile · 0.80

Calls 1

updatePointPairsFunction · 0.85

Tested by

no test coverage detected