DentalPanoramicExtractorSharpeningFactor Property |
Get the sharpening factor applied on the panoramic image.
Namespace: OIV.ImageViz.WorkflowsAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public double SharpeningFactor { get; set; }
Public Property SharpeningFactor As Double
Get
Set
public:
property double SharpeningFactor {
double get ();
void set (double value);
}
member SharpeningFactor : float with get, set
Property Value
Type:
DoubleRemarks The higher this factor is, the sharper the output image is. If it is equal to 0, no sharpening is applied. Default value is 4.
See Also