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