Can OpenCV be trained to identify plant species
I an developing a UAV to monitor agriculturot the crop...is this e...I would like to identify different species of plants to spray the weeds and not the crop. Is this an application for OpenCV?
There is machine learning module in opencv : MLP, svm... You can train your model if this model is in ML module. There is a DNN module but you cannot train a deep learning model using opencv. You can only use a trained model
can you please do some minimal research on your problem ?
(before deciding, which libs to use, you should know what you want (or need) to do)