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