Match the points in two different image?
Afficher commentaires plus anciens
Hello, I am student working on Image processing. Right now I am taking a picture from camera and converting to threshold(black/white). Its a pictire of night skt with stars. So ultimatly I am having white spots on black background. The problem is that I want to select 3 stars from that picture that to automatic how to do that????. After that I will take another picture in that also the same 3 stars will be present. So how can i select same three stars in next time for further processing???? Final aim is how the position of the stars changed when we change the camera orientation. Any help will be appreciated.........
Réponse acceptée
Plus de réponses (1)
Image Analyst
le 21 Nov 2013
1 vote
The algorithm that (I think) was used first to do this in astronomy is the Groth algorithm. It has been used/adapted for things like identifying polar bears and whale sharks by their spot patterns. http://spinoff.nasa.gov/Spinoff2009/er_1.html.
But for a simple thing to start, why not just try imregister() in the Image Processing Toolbox?
Catégories
En savoir plus sur Display Point Clouds dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!