Could anyone help me with extracting similar features( to be used as corresponding points)in two images which need to be registered together?
이전 댓글 표시
Hello all, I am trying to register the two attached images together, for this purpose I need corresponding similar points in the two images. For extracting such points, I tried to use connected components, regionprops, imfill, imclose functions but I couldn't get similar features. Could you please guide me if you have ideas about this problem. Thanks so much.
댓글 수: 4
Anton Semechko
2018년 7월 6일
편집: Anton Semechko
2018년 7월 6일
Is there a specific reason you want to use a point-based vs. intensity-based registration? The latter can be performed without extraction of corresponding point sets from the images, which is a non-trivial problem in and of itself.
Penny13
2018년 7월 6일
Anton Semechko
2018년 7월 6일
OK, so the reason you want to do point-based registration is because you have been asked to do so. In my opinion, it will be much easier to align these images using an intensity-based registration approach. It will also be much easier to identify corresponding point sets in the images after they have been aligned.
Penny13
2018년 7월 6일
채택된 답변
추가 답변 (1개)
카테고리
도움말 센터 및 File Exchange에서 Geometric Transformation and Image Registration에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


