Property | Type | Description | |
---|---|---|---|
BFMatcher | System | ||
BFMatcher | System | ||
FromPtr |
Method | Description | |
---|---|---|
BFMatcher ( NormTypes normType = NormTypes.L2, bool crossCheck = false ) : System |
|
|
IsMaskSupported ( ) : bool |
Return true if the matcher supports mask in match methods.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases the resources
|
Method | Description | |
---|---|---|
BFMatcher ( |
Creates instance by raw pointer T*
|
|
BFMatcher ( Ptr |
Creates instance by cv::Ptr<T>
|
|
FromPtr ( |
Creates instance from cv::Ptr<T> . ptr is disposed when the wrapper disposes.
|
public BFMatcher ( NormTypes normType = NormTypes.L2, bool crossCheck = false ) : System | ||
normType | NormTypes | |
crossCheck | bool | |
return | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | /// If disposing equals true, the method has been called directly or indirectly by a user's code. Managed and unmanaged resources can be disposed. /// If false, the method has been called by the runtime from inside the finalizer and you should not reference other objects. Only unmanaged resources can be disposed. /// |
return | void |