Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 1.87 KB

README.md

File metadata and controls

45 lines (37 loc) · 1.87 KB

strawberry-maturation-detection

Image processing implementation for segmenting strawberry from background and detecting the matured strawberry with color coding

Image processing method

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

Color Coding

Maturation phase Color Code
Immature (Green) Yellow
Half matured (White) Orange
Almost matured (Orange) Purple
Matured (Red) Blue

Input-Output images

Input 1

Output 1

Input 2

Output 2

Input 3

Output 3