BUG: Add surfaceFeatureExtract dictionary defaults

This commit is contained in:
laurence
2012-04-19 15:04:51 +01:00
parent 9ed9e9327e
commit dfac320401

View File

@ -0,0 +1,17 @@
// 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;
}