 | PostProcessingConfigurationBackgroundFlatteningDownsamplingFactor Property |
Gets or sets the background flattening downsampling factor.
Namespace:
LynceeTec.InterfaceProcessingV2.Configurations
Assembly:
LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntaxpublic float BackgroundFlatteningDownsamplingFactor { get; set; }
public:
property float BackgroundFlatteningDownsamplingFactor {
float get ();
void set (float value);
}
Property Value
Type:
Single
RemarksDownsampling can be performed during the flattening to speed-up the process.
See Also