Seamlessly concatenate two matrices?

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:)

답변 (1개)

Image Analyst
Image Analyst 2012년 11월 9일

0 개 추천

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

xiaoliang
xiaoliang 2012년 11월 19일
Thanks:) At last I used a Gauss Filter on the border of these two matrices...

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

카테고리

도움말 센터File Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기

질문:

2012년 11월 9일

Community Treasure Hunt

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

Start Hunting!

Translated by