| DescriptorMatcherIsMaskSupported Method  | 
        
         
            Return true if the matcher supports mask in match methods.
            
 
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
Syntaxpublic virtual bool IsMaskSupported()
Public Overridable Function IsMaskSupported As Boolean
public:
virtual bool IsMaskSupported()
abstract IsMaskSupported : unit -> bool 
override IsMaskSupported : unit -> bool 
function IsMaskSupported();
Return Value
Type: 
Boolean See Also
See Also