Recognize and segment objects based on their color.
Color space conversion (e.g., RGB to HSV), thresholding, morphological operations.
- Convert images to a suitable color space (e.g., HSV).
- Apply color thresholding to segment objects.
- Use morphological operations to refine the segmentation.
- Display and label the segmented objects.
The files of the assignment were created with MATLAB R2013b.