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