DentalPanoramicExtractorSubsamplingFactor Property |
Get the down sampling factor to compute the segmentation volume used for fitting the arch mesh.
Namespace: OIV.ImageViz.WorkflowsAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public uint SubsamplingFactor { get; set; }
Public Property SubsamplingFactor As UInteger
Get
Set
public:
property unsigned int SubsamplingFactor {
unsigned int get ();
void set (unsigned int value);
}
member SubsamplingFactor : uint32 with get, set
Property Value
Type:
UInt32Remarks 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