AKAZE.fromPointer constructor
AKAZE.fromPointer(
- AKAZEPtr ptr, [
- bool attach = true
Implementation
factory AKAZE.fromPointer(cfeatures2d.AKAZEPtr ptr, [bool attach = true]) => AKAZE._(ptr, attach);