Vegetation Change Detection [closed]

asked 2018-08-07 04:15:33 -0600

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.

edit retag flag offensive reopen merge delete

Closed for the following reason not a real question by berak
close date 2018-08-07 05:31:49.356210

Comments

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

holger gravatar imageholger ( 2018-08-07 05:06:51 -0600 )edit
1

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 !

berak gravatar imageberak ( 2018-08-07 05:33:02 -0600 )edit