This repository contains a solution aimed at improving the accuracy and reliability of bacterial leaf blight detection in rice crops through the use of computer vision (CV) techniques. By implementing image processing operations for preprocessing input images, we ensure optimal feature extraction, enabling the CV model to effectively handle real-world agricultural data.
This project implements various computer vision (CV) techniques to enhance the accuracy and reliability of bacterial leaf blight detection in rice crops. The implemented techniques include:
Morphological Operations: Utilized dilation and erosion operations along with connected components analysis.
Convolutional Neural Networks (CNNs): Developed CNN models for pattern recognition in leaf blight detection.
Data Augmentation: Implemented strategies to augment the dataset, increasing the model's generalizability.
Model Optimization: Techniques such as hyperparameter tuning and regularization were applied to optimize the performance of the models.