Ahora está siguiendo esta publicación
- Verá actualizaciones en las notificaciones de contenido en seguimiento.
- Podrá recibir correos electrónicos, en función de las preferencias de comunicación que haya establecido.
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.
Citar como
Li yang Ku (2026). Match Plot (https://es.mathworks.com/matlabcentral/fileexchange/31144-match-plot), MATLAB Central File Exchange. Recuperado .
Agradecimientos
Inspiración para: Object Matching
Categorías
Más información sobre SIFT - Scale Invariant Feature Transform en Help Center y MATLAB Answers.
Información general
- Versión 1.0.0.0 (1,57 KB)
Compatibilidad con la versión de MATLAB
- Compatible con cualquier versión
Compatibilidad con las plataformas
- Windows
- macOS
- Linux
| Versión | Publicado | Notas de la versión | Action |
|---|---|---|---|
| 1.0.0.0 |
