Basically, I have trained the classification model for rice disease classification that predicts the class of the disease. Now I also want to draw the bounding box across the diseased part.
Firstly I want to do color-based segmentation of my images to differentiate between the background and the desired diseases. And on that desired portion I want to draw the bounding box as well.
Can anyone help me with this? And guide me about the techniques suitable for color-based segmentation and drawing of bounding boxes.
Thanks in advance.