BFMatcher.fromPointer constructor

BFMatcher.fromPointer(
  1. BFMatcherPtr ptr, [
  2. bool attach = true
])

Implementation

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