Hye there, can i know how to extract Plantation from an google satellite image, is there any code or technic can use in Matlab.

2 views (last 30 days)
How to extract Plantation from an google satellite image, is there any code or technic can use in Matlab. Is it geometry that we can apply to find it, if yes then how is it?

Accepted Answer

Image Analyst
Image Analyst on 21 Sep 2021
Since plantations often contain periodic patterns, you might take the fft2 and look for spikes indicating periodic structures.
  9 Comments
Image Analyst
Image Analyst on 25 Sep 2021
Attached is my normxcorr2 demo. You would have to do it for thousands of different templates because there are thousands of ways a plantation can look like.

Sign in to comment.

More Answers (0)

Categories

Find more on Read, Write, and Modify Image in Help Center and File Exchange

Products


Release

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!