Skip to content

Releases: jviszlai/opencvPythonTutorial

Final image

Choose a tag to compare

@jviszlai jviszlai released this 10 Oct 23:52

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

Find largest contour

Choose a tag to compare

@jviszlai jviszlai released this 10 Oct 23:49

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

findContours

Choose a tag to compare

@jviszlai jviszlai released this 10 Oct 23:47

used findContours and drawContours to define all the different areas

Erode and Dilate

Choose a tag to compare

@jviszlai jviszlai released this 10 Oct 23:42

Added Erode and Dilate to minimize small errors

Red color mask

Choose a tag to compare

@jviszlai jviszlai released this 10 Oct 23:36

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

converting to HSV

Choose a tag to compare

@jviszlai jviszlai released this 10 Oct 23:31

First Version of findRed.py file with converting to HSV