ArucoDetector.fromPointer constructor

ArucoDetector.fromPointer(
  1. ArucoDetectorPtr ptr, [
  2. bool attach = true
])

Implementation

factory ArucoDetector.fromPointer(
  ccontrib.ArucoDetectorPtr ptr, [
  bool attach = true,
]) =>
    ArucoDetector._(ptr, attach);