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