BRISK.fromPointer constructor

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

Implementation

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