Steps:
- Crop the original image.
- Apply median filter to remove grainy noise.
- Apply image thresholding in binary (OTSU thresholding)
- Contour formation around the circles to extract the region of interest
- Mask the ROI with the originally cropped image to obtain the channel values.