Computer Vision Project | Writing on Air | Project with code in Github | Python OpenCV Project

preview_player
Показать описание
# Writing-on-Air-Computer-Vision-Project-Python-OpenCV-Project
1)Start reading the frames and convert the captured frames to HSV color space (Easy for color detection).
2)Prepare the canvas frame and put the respective ink buttons on it. Adjust the track bar values for finding the mask of the colored marker.
3)Preprocess the mask with morphological operations (Eroding and dilation).
4)Detect the contours, find the center coordinates of largest contour and keep storing them in the array for successive frames (Arrays for drawing points on canvas).
5)Finally draw the points stored in an array on the frames and livefeed

Github Link

#OpenCV #Computer Vision #Pyhon #Image Processing
Рекомендации по теме
Комментарии
Автор

Which version python, and which version module we need to install

tejasvp