Vegetation Change Detection [closed]
Hai,
How to detect vegetation from two images and get the exact changes / difference (height,width) happening in vegetation by comparing two images using opencv.
i am new to opencv,please give some suggestion,better if some one suggest with sample code.
Thanks,
Manikandan Rajendran.
Well you will find noone giving you code for your use case - its too specific. Anyway - maybe it helps if i give some general thoughts about this. So you want to find a delta/diff on objects in an image.
Before calculating a diff - you should be able to detect the desired objects. Start with this (train a cnn / classifier /use contours / etc.) - there are plenty of answered question on this forum, please use search ("vegetation", "trees", "plants"). If you need help on detection - feel free to raise a question on this. So i suggest start with detecting the object itself.
Greetings, Holger
sorry to close this, but it is YOU, who has to do that kind of research.
please come back, IF you have an opencv related problem !