DescriptorMatcherIsMaskSupported Property |
http://www.emgu.com
Returns true if the descriptor matcher supports masking permissible matches.
Namespace:
Emgu.CV.Features2D
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic bool IsMaskSupported { get; }
Public ReadOnly Property IsMaskSupported As Boolean
Get
public:
property bool IsMaskSupported {
bool get ();
}
member IsMaskSupported : bool with get
Property Value
Type:
Boolean
See Also