 | PostProcessingConfigurationBackgroundFlatteningStructuringElementSize Property |
Gets or sets the background flattening structuring element size in pixels.
Namespace:
LynceeTec.InterfaceProcessingV2.Configurations
Assembly:
LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntaxpublic int BackgroundFlatteningStructuringElementSize { get; set; }
public:
property int BackgroundFlatteningStructuringElementSize {
int get ();
void set (int value);
}
Property Value
Type:
Int32
Structuring element size in pixels used to perform an opening during the process.
See Also