Skip to content

Releases: jviszlai/opencvPythonTutorial

Final image

10 Oct 23:52
Compare
Choose a tag to compare

used bitwise_and to combine the original frame and the mask to create the final image of only the desired object

Find largest contour

10 Oct 23:49
Compare
Choose a tag to compare

used contourArea to compare the size of the contours and select the largest one

findContours

10 Oct 23:47
Compare
Choose a tag to compare

used findContours and drawContours to define all the different areas

Erode and Dilate

10 Oct 23:42
Compare
Choose a tag to compare

Added Erode and Dilate to minimize small errors

Red color mask

10 Oct 23:36
Compare
Choose a tag to compare

Added mask to keep only what we defined as the color red

converting to HSV

10 Oct 23:31
Compare
Choose a tag to compare

First Version of findRed.py file with converting to HSV