Skip to content
Snippets Groups Projects
Commit dfac3204 authored by laurence's avatar laurence
Browse files

BUG: Add surfaceFeatureExtract dictionary defaults

parent 9ed9e932
Branches
Tags
No related merge requests found
// How to obtain raw features (extractFromFile || extractFromSurface)
extractionMethod extractFromSurface;
extractFromSurfaceCoeffs
{
// Mark edges whose adjacent surface normals are at an angle less
// than includedAngle as features
// - 0 : selects no edges
// - 180: selects all edges
includedAngle 150;
}
trimFeatures
{
// Remove features with fewer than the specified number of edges
minElem 10;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment