Template Matching

버전 1.0.0.0 (8.8 KB) 작성자: ambavi patel
Template Matching Using Performance index Method
다운로드 수: 2.6K
업데이트 날짜: 2011/3/31

라이선스 보기

Template matching is a technique in digital image processing for finding small parts of an image which match a template image. It can be used in manufacturing as a part of quality control, a way to navigate a mobile robot, as a way to detect edges in images etc.

A pixel in the search image with coordinates (xs, ys) has intensity Is(xs, ys) and a pixel in the template with coordinates (xt, yt) has intensity It(xt , yt ). Thus the absolute difference in the pixel intensities is defined as Diff(xs, ys, x t, y t) = | Is(xs, ys) – It(x t, y t) |.lowest Diff gives the estimate for the best position of template within the search image

인용 양식

ambavi patel (2024). Template Matching (https://www.mathworks.com/matlabcentral/fileexchange/30921-template-matching), MATLAB Central File Exchange. 검색됨 .

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

Community Treasure Hunt

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

Start Hunting!

TemplateMatching/

버전 게시됨 릴리스 정보
1.0.0.0