BRISK.fromPointer constructor

BRISK.fromPointer(
  1. BRISKPtr ptr, [
  2. bool attach = true
])

Implementation

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