Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
109
void ICP::sampleRefPoints( float samplingVoxelSize )
110
{
111
setRefSamples( *ref_.obj.pointsGridSampling( samplingVoxelSize ) );
112
}
113
114
void ICP::updatePointPairs()
115
{
Callers
nothing calls this directly
Calls
1
pointsGridSampling
Method · 0.80
Tested by
no test coverage detected