Ask Your Question
-1

Can OpenCV be trained to identify plant species

asked 2020-09-01 02:46:17 -0600

Kermit gravatar image

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?

edit retag flag offensive close merge delete

Comments

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

LBerger gravatar imageLBerger ( 2020-09-01 03:26:10 -0600 )edit

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)

berak gravatar imageberak ( 2020-09-01 09:57:33 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2020-09-01 14:09:39 -0600

You can make your own neural network algorithm while using OpenCV to perform different operations on Matrix. Load image convert it into a pixel value matrix perform a neural network algorithm the more you have training example the better it is.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2020-09-01 02:46:17 -0600

Seen: 697 times

Last updated: Sep 01 '20