Click or drag to resize
DentalPanoramicExtractorAutoThreshold Property

Returns True if the segmentation of the teeth is automatic.

Namespace: OIV.ImageViz.Workflows
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public bool AutoThreshold { get; set; }

Property Value

Type: Boolean
Remarks

Returns False if it applies the threshold given by the getThreshold function. Default value is True.

See Also