 | PostProcessingConfigurationSpatialAveragingSize Property |
Gets or sets the averaging mask size (width and height) to be averaged in space.
The maximum allowed size is 9. Every larger number will be replaced by this maximum value.
Namespace: LynceeTec.InterfaceProcessingV2.ConfigurationsAssembly: LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntaxpublic int SpatialAveragingSize { get; set; }
public:
property int SpatialAveragingSize {
int get ();
void set (int value);
}
Property Value
Int32
See Also