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