SoMatchContrastProcessingmatchingMode Property |
Namespace: OIV.ImageViz.Engines.ImageFiltering.GrayscaleTransformsAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFEnum<SoMatchContrastProcessingMatchingModes> matchingMode { get; }
Public ReadOnly Property matchingMode As SoSFEnum(Of SoMatchContrastProcessingMatchingModes)
Get
public:
property SoSFEnum<SoMatchContrastProcessingMatchingModes>^ matchingMode {
SoSFEnum<SoMatchContrastProcessingMatchingModes>^ get ();
}
member matchingMode : SoSFEnum<SoMatchContrastProcessingMatchingModes> with get
Property Value
Type:
SoSFEnumSoMatchContrastProcessingMatchingModesRemarks . Default is MEAN_VARIANCE
See Also