AKAZE.fromPointer constructor

AKAZE.fromPointer(
  1. AKAZEPtr ptr, [
  2. bool attach = true
])

Implementation

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