Match Plot
This function plots coresponding points between two images. It is pretty useful (at least for me) in visual debugging for matching feature points, such as SURF or SIFT features.
h = match_plot(img1,img2,points1,points2)
points1 = [x1 y1; x2 y2; ...] = coresponding points in img1
points2 = [x1 y1; x2 y2; ...] = coresponding points in img2
origin is the top left of the image
x axis pointing right, y axis pointing down.
points2 has to be the same size as points1.
if two images have different size, the smaller one is rescaled.
coresponding lines are plot in different colors, from red to blue in
rainbow order.
returns the figure handle object h.
인용 양식
Li yang Ku (2026). Match Plot (https://kr.mathworks.com/matlabcentral/fileexchange/31144-match-plot), MATLAB Central File Exchange. 검색 날짜: .
MATLAB 릴리스 호환 정보
플랫폼 호환성
Windows macOS Linux카테고리
- Image Processing and Computer Vision > Computer Vision Toolbox > Feature Detection and Extraction > Local Feature Extraction > SIFT - Scale Invariant Feature Transform >
태그
도움
도움 준 파일: Object Matching
| 버전 | 게시됨 | 릴리스 정보 | |
|---|---|---|---|
| 1.0.0.0 |
