The project involves 2 parts
- Finding the correct range of HSV values according to the colour of the object to be used to draw and background.
- Take the values and plug it in in the drawing code to use the virtual drawing pad
- Thresholding
- RGB to HSV color spaces
- Morphological operations(Erode and Dilate)
- Contours
- Bounding Box
- Masking
- Thresholding is performed on HSV and not on RGB because HSV, it separates the image intensity, from the color information.
- Morphological operations are used to remove any noise if present.