Extract features from georeferenced satellite images

1 view (last 30 days)
Hi , How to extract georeferenced features from satellite images i.e after extracting through canny edge, sobel it should be in coordinate system?

Answers (1)

Explorer
Explorer on 15 Mar 2016
Edited: Explorer on 15 Mar 2016
You probably want to classify satellite images for which you need to extract distinct features and match it using SVM or ANN. You have to find yourself distinct features.
Find an algorithm from reserach papers for feature extraction and code it up.
  2 Comments
mary divya
mary divya on 16 Mar 2016
Hi, Thanks for the response. After extracting the features from satellite images through coding. How I do get it in a projected coordinate system? I have already projected satellite image only, so in that case how can i get output in projected coordinate system??
Explorer
Explorer on 16 Mar 2016
Edited: Explorer on 16 Mar 2016
It seems, you are working on something else.

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!