Seamlessly concatenate two matrices?
Mostrar comentarios más antiguos
Hi guys,
I'm wondering if there is a function in MatLab to concatenate two matrices seamlessly? Usually, if we concatenate two matrices horizontally, it's very easy:
C = [A,B]
However, now I want to merge these two matrices smoothly. Is there a function as following?
X = seamlessConcatenate(dim,A,B,'smoothing Option');
Thanks:)
Respuestas (1)
Image Analyst
el 9 de Nov. de 2012
0 votos
There is no image stitching feature in MATLAB that accommodates overlap, like there is in Photoshop: http://www.all-things-photography.com/stitching-in-photoshop.html. If you don't want to use other packages like Photoshop, then if you're lucky there might be something in the File Exchange.
1 comentario
xiaoliang
el 19 de Nov. de 2012
Categorías
Más información sobre Creating and Concatenating Matrices en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!