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