KAZE.fromPointer constructor

KAZE.fromPointer(
  1. KAZEPtr ptr, [
  2. bool attach = true
])

Implementation

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