Closed PeterBowman closed 4 months ago
@anacg1620 I have somewhat circumvented the mismatching hash issue, you might want to merge the master branch into yours or rebase on it.
@jgvictores since we have QrDetector
instead of QrCodeDetector
, perhaps this component should be renamed to ArucoDetector
?
@jgvictores since we have
QrDetector
instead ofQrCodeDetector
, perhaps this component should be renamed toArucoDetector
?
Done at https://github.com/roboticslab-uc3m/vision/commit/1cb8da25971efa227220ff50d09d24912bcf9c1a.
Tests and C++/Python examples added by @anacg1620 at https://github.com/roboticslab-uc3m/vision/commit/8fb126f9c1fbff12995c1c215f02754755e7af1c. Thanks!
Available since OpenCV 4.7.0:
cv::aruco::ArucoDetector
cc @anacg1620 @jgvictores