Match the points in two different image?
Mostrar comentarios más antiguos
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.........
Respuesta aceptada
Más respuestas (1)
Image Analyst
el 21 de Nov. de 2013
1 voto
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?
Categorías
Más información sobre Display Point Clouds en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!