ORB.fromPointer constructor

ORB.fromPointer(
  1. ORBPtr ptr, [
  2. bool attach = true
])

Implementation

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