Basic Three Image Stitching Code

버전 1.0.0.0 (2.03 KB) 작성자: Paresh Kamble
This is a basic code which tells how 3 images, displaced in X direction, can be stitched.
다운로드 수: 3.5K
업데이트 2013/11/8

라이선스 보기

In this code, we have used 3 sub images which have been displaced in X-direction only. Here we have used correlation method in order to find the largest similarity between a patch of rows x 5columns dimension of second image with a series of patches of rows x 5columns dimension from the first sub image. The point giving maximum similarity is saved as index. The second image is then registered & stitched from there over the fist one. Once an image is formed from the above process, the same method is used to stitch the newly stitched image & the third image to form a final stitched image.

인용 양식

Paresh Kamble (2026). Basic Three Image Stitching Code (https://kr.mathworks.com/matlabcentral/fileexchange/44247-basic-three-image-stitching-code), MATLAB Central File Exchange. 검색 날짜: .

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

도움 받은 파일: Image Stitching using correlation

버전 게시됨 릴리스 정보
1.0.0.0