Template Matching using Correlation Coefficients

버전 1.1.0.0 (4.85 KB) 작성자: Yue Wu
This file includes a simple but fast correlation based template matching algorithm.
다운로드 수: 8.1K
업데이트 날짜: 2010/8/31

라이선스 보기

The correlation coefficient calculation is implemented not with built-in function corr or corr2 but with conv2. Function corr is relatively slow for template matching purpose and it is also required extra considerations on controlling the boundary and selecting region of interest on the frame image. However, by using conv2, the template matching speed has been accelerated and run-time has reduced to a reasonable value.

인용 양식

Yue Wu (2024). Template Matching using Correlation Coefficients (https://www.mathworks.com/matlabcentral/fileexchange/28590-template-matching-using-correlation-coefficients), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2009b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

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

some changes are made in description

1.0.0.0