Match the points in two different image?
Ältere Kommentare anzeigen
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.........
Akzeptierte Antwort
Weitere Antworten (1)
Image Analyst
am 21 Nov. 2013
1 Stimme
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?
Kategorien
Mehr zu Display Point Clouds finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!