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

Method sampleFltPoints

source/MRMesh/MRICP.cpp:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99void ICP::sampleFltPoints( float samplingVoxelSize )
100{
101 setFltSamples( *flt_.obj.pointsGridSampling( samplingVoxelSize ) );
102}
103
104void ICP::setRefSamples( const VertBitSet& refSamples )
105{

Callers

nothing calls this directly

Calls 1

pointsGridSamplingMethod · 0.80

Tested by

no test coverage detected