Basic image stitching code using sum of squares

버전 1.0.0.0 (1.88 KB) 작성자: Paresh Kamble
This code stitches two images having common parts in one image.
다운로드 수: 918
업데이트 날짜: 2013/3/1

라이선스 보기

Here two images of leena are used as input. The images have one common portion which needs to be used only once. The identification of the common portion comes under image registration while identification of optimal point(column) is used as the stitching point. In the code the first image is read and saved as a new image. A small patch (a matrix of rows * 20) is used as a mask. This mask is placed on the first image. The corresponding difference of the pixels is found out, squared and added. The values are stored in a blank matrix. Once the mask covers all the pixels of the first image, the process is stopped. Now the minimum value from the 1* (columns - 20) matrix is found out. The corresponding optimal point (column value) is used as the reference for stitching. Now the second image is appended to the original image from the optimal point. This gives the resulting stitched image.

인용 양식

Paresh Kamble (2024). Basic image stitching code using sum of squares (https://www.mathworks.com/matlabcentral/fileexchange/40587-basic-image-stitching-code-using-sum-of-squares), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2008b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Geometric Transformation and Image Registration에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0