필터 지우기
필터 지우기

Find position of an object in an other image

조회 수: 1 (최근 30일)
Az
Az 2017년 7월 26일
답변: Image Analyst 2017년 7월 26일
I want to detect the position of a simple object of an image into another image. The object is like a simple rectangle of couple of overlapping rectangles with uniform color background.
I tried matlab functions of detectHarrisFeatures and detectSURFFeatures.
detectHarrisFeatures works well but fails when the pair of images have a different magnifications (change in number of pixels of the object). It also fails when there is a small disturbance (defect, hot spot, partical) in one of the image. Whereas detectSURFFeatures fails when the object is too simple (eg. just a rectangle)
Any suggestion? Thanks in advance

답변 (1개)

Image Analyst
Image Analyst 2017년 7월 26일
You might try Hu's moments which are rotation and scale invariant.

카테고리

Help CenterFile Exchange에서 Feature Detection and Extraction에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by