AgastFeatureDetector.fromPointer constructor

AgastFeatureDetector.fromPointer(
  1. AgastFeatureDetectorPtr ptr, [
  2. bool attach = true
])

Implementation

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