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