Match the points in two different image?
이전 댓글 표시
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.........
채택된 답변
추가 답변 (1개)
Image Analyst
2013년 11월 21일
1 개 추천
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?
카테고리
도움말 센터 및 File Exchange에서 Image Quality에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!