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