vmtksurfacecurvature

Description

compute curvature of an input surface, optionally reporting results back to a reference surface (by point id)

Input arguments

ArgumentVariableTypeLengthRangeDefaultDescription
idIdstr10script id
handleSelfself1handle to self
disabledDisabledbool10disable execution and piping
iSurfacevtkPolyData1the input surface
ifileSurfaceInputFileNamestr1filename for the default Surface reader
rReferenceSurfacevtkPolyData1the reference surface
rfileReferenceSurfaceInputFileNamestr1filename for the default ReferenceSurface reader
typeCurvatureTypestr1["mean","gaussian","maximum","minimum"]meanthe type of surface curvature to compute
absoluteAbsoluteCurvaturebool10output the absolute value of curvature
medianMedianFilteringbool10output curvature after median filtering to suppress numerical noise speckles
boundariesCurvatureOnBoundariesbool10compute curvature on boundaries
reciprocalBoundedReciprocalbool10output bounded reciprocal of curvature
epsilonEpsilonfloat11.0bounded reciprocal epsilon at the denominator
offsetOffsetfloat10.0offset curvature by the specified value
ofileSurfaceOutputFileNamestr1filename for the default Surface writer

Output arguments

ArgumentVariableTypeLengthRangeDefaultDescription
idIdstr10script id
handleSelfself1handle to self
oSurfacevtkPolyData1the output surface