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