Image processing implementation for segmenting strawberry from background and detecting the matured strawberry with color coding
Background segmentation using binary thresholding, morphology manipulation (dilation and erotion) and masking on choosed 1 color channel Color coding to desired color based on RGB values of the input image
Maturation phase | Color Code |
---|---|
Immature (Green) | Yellow |
Half matured (White) | Orange |
Almost matured (Orange) | Purple |
Matured (Red) | Blue |
Input 1
Output 1
Input 2
Output 2
Input 3
Output 3