DentalPanoramicExtractorAutoThreshold Property |
Returns True if the segmentation of the teeth is automatic.
Namespace: OIV.ImageViz.WorkflowsAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public bool AutoThreshold { get; set; }
Public Property AutoThreshold As Boolean
Get
Set
public:
property bool AutoThreshold {
bool get ();
void set (bool value);
}
member AutoThreshold : bool with get, set
Property Value
Type:
BooleanRemarks Returns False if it applies the threshold given by the getThreshold function. Default value is True.
See Also