BFMatcher.fromPointer constructor
BFMatcher.fromPointer(
- BFMatcherPtr ptr, [
- bool attach = true
Implementation
factory BFMatcher.fromPointer(cfeatures2d.BFMatcherPtr ptr, [bool attach = true]) => BFMatcher._(ptr, attach);