FastFeatureDetector.fromPointer constructor

FastFeatureDetector.fromPointer(
  1. FastFeatureDetectorPtr ptr, [
  2. bool attach = true
])

Implementation

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