필터 지우기
필터 지우기

please give me the coding to merge the keypoints in an images

조회 수: 1 (최근 30일)
MATHAVARAJA A
MATHAVARAJA A 2016년 1월 30일
댓글: Image Analyst 2016년 1월 30일
I have extracted the keypoints using SIFT transforms.now, i need the idea for count the number of keypoints.
the keypoint merging algorithm must be in following steps
Step 1: The spatial coordinates of the keypoints contained in the set K (k is keypoint) are used as input of the algorithm.
Step 2: To the vector of parameters, a further parameter m is added and initialized to 1. It will act as a counter to keep trace of the number of “merging operations” done with that keypoint.
Step 3: A matrix N × N containing the Euclidean distances in the spatial domain between all keypoints is com-puted.
Step 4: The two keypoints k i , k j ) with the smallest distance d min are selected.
Step 5: If d min < T m ( threshold ) → k i and k j are merged into a new point k t which will replace the two keypoints in the set K c .
Step 6: The matrix containing the distances is then recom- puted with the new point.
Steps 3–6 are repeated until d min > T m .
Step 7: Assuming that the points with a value of m smaller than 2 are isolated points only the points with m > 1 are kept. The number of resulting merged keypoints represents finally the estimation of the number of cars present in the scene. This step is useful to detectisolated keypoints and discard them since viewed as false alarms

답변 (1개)

Walter Roberson
Walter Roberson 2016년 1월 30일
We are not a Write Your Homework For Free service. We assist people in understanding MATLAB, but we do not do their work for them.
  댓글 수: 1
Image Analyst
Image Analyst 2016년 1월 30일
Yeah, the problem is he's asking way too much. There's no way I can code up what he wants in like 5 minutes or so. He needs to narrow it down to one small, specific question, not ask us to write a whole app for him.

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

카테고리

Help CenterFile Exchange에서 Image Processing and Computer Vision에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by