필터 지우기
필터 지우기

How can I select the specific area between two pictures using feature detection?

조회 수: 4 (최근 30일)
Hi All,
please understand my bad English:)
I attached two images as the reference and object image. these images were captured by two cameras at the same time, so each scene has a little bit different perspective view. I am able to make two images with on overlap using image registration. However, the current functions for detecting matching points(detectMinEigenFeatures, detectSURFFeatures, detectMSERFeatures and so on) are work automatically. I want to restrict the detecting area manually(rectangle area is fine). In other words, I want to get a result of matching points within selected specific area only.
I found "Pick Control Point Pairs Manually", but I have to select exact same pixel per each image in this method.
Thanks,
  댓글 수: 2
KSSV
KSSV 2017년 5월 29일
Why don't you crop your images using imcrop and then use?
HEE SEUNG KIM
HEE SEUNG KIM 2017년 6월 1일
your comment was very useful to me!! I wanted to detect matching points between two images within the specific area only. I solved my problem using imcrop+correlation+feature detection. Thanks a lot!

댓글을 달려면 로그인하십시오.

채택된 답변

J Philps
J Philps 2017년 5월 31일
I agree with KSSV, the simplest way to perform this operation would be to crop your images (using 'imcrop') to the desired detection area and detect matching points along the cropped image.

추가 답변 (0개)

카테고리

Help CenterFile 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!

Translated by