Lilo : Fast and pixel-accurate stitching for 2D tiles

버전 1.1.0.0 (4.19 KB) 작성자: maxime
Lilo is a fast, semi-automatic and pixel-accurate stitching for any number of 2D tiles.
다운로드 수: 738
업데이트 날짜: 2012/5/11

라이선스 보기

% Written by Maxime Deforet, April 5. 2012.
% INPUT :
% - mozaic : array of "overlapping graph"
% exemple : [[1,2];[2,3];[3,4];[4,5];[3,6];[6,7];[7,8];[8,9];[9,10]];
% for
% 2 1
% 3 4 5
% 6 7 8
% 10 9
% - files : array of N cells, each of these cells is the full path of the tile i.
% example :
% folder='/home/your_images';
% files=dir(folder);
% files=sort_nat({files.name});
% for i=1:10
% Files{i}=fullfile(folder,files{i});
% end
%
% OUTPUT :
% - A : stitched image from tiles
% - Xmozaic : xy positions of tiles

인용 양식

maxime (2024). Lilo : Fast and pixel-accurate stitching for 2D tiles (https://www.mathworks.com/matlabcentral/fileexchange/36611-lilo-fast-and-pixel-accurate-stitching-for-2d-tiles), MATLAB Central File Exchange. 검색됨 .

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

Community Treasure Hunt

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

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

Change the name to a more fancy one.

1.0.0.0