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

Method sampleRefPoints

source/MRMesh/MRICP.cpp:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109void ICP::sampleRefPoints( float samplingVoxelSize )
110{
111 setRefSamples( *ref_.obj.pointsGridSampling( samplingVoxelSize ) );
112}
113
114void ICP::updatePointPairs()
115{

Callers

nothing calls this directly

Calls 1

pointsGridSamplingMethod · 0.80

Tested by

no test coverage detected