SIFT.fromPointer constructor

SIFT.fromPointer(
  1. SIFTPtr ptr, [
  2. bool attach = true
])

Implementation

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