Releases: jviszlai/opencvPythonTutorial
Releases · jviszlai/opencvPythonTutorial
Final image
Find largest contour
used contourArea to compare the size of the contours and select the largest one
findContours
used findContours and drawContours to define all the different areas
Erode and Dilate
Added Erode and Dilate to minimize small errors
Red color mask
Added mask to keep only what we defined as the color red
converting to HSV
First Version of findRed.py file with converting to HSV