SIFT.fromPointer constructor

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

Implementation

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