Click or drag to resize
DentalPanoramicExtractorSubsamplingFactor Property

Get the down sampling factor to compute the segmentation volume used for fitting the arch mesh.

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

Property Value

Type: UInt32
Remarks

The higher this factor is, the less precise the fitted mesh is and the faster the computation is. If it is equal to 1, no down sampling is applied. Default value is 4.

See Also