Custom Aruco detection and pose estimation using OpenCV

Описание к видео Custom Aruco detection and pose estimation using OpenCV

In this video we are going to write an Aruco detector using OpenCV in C++.
This is a good practice for some basic image processing, OpenCV methods we will cover:
adaptiveThershold for image thresholding
findContours to find blobs in the image
approxPolyDP to simplify polygons
cornerSubPix to adjust polygon corners to edges
getPerspectiveTransform and warpPerspective to straighten an image

GitHub: https://github.com/ValYouW/ArucoDetector

Комментарии

Информация по комментариям в разработке