文件名称:lsmin
介绍说明--下载内容均来自于网络,请自行研究使用
Basically template match with rotation. Given a template as binary edge image the function find the object that match the template in the image. This work even if the template and object are in different orientations. The matching is done by rotating the template and matching it to the image in various of angles, the best match is returned. Matching the template to the image can be done by various of template match approaches including crosscorrelation and generalized hough transform. See the readme file supplied in the code zip file for more details-Basically template match with rotation. Given a template as binary edge image the function find the object that match the template in the image. This work even if the template and object are in different orientations. The matching is is done by rotating the template and matching it to the image in various of angles, the best match is returned. Matching the template to the image can be done by various of template match approaches including crosscorrelation and generalized hough transform. See the readme file supplied in the code zip file for more details
(系统自动生成,下载前可以参看下载内容)
下载文件列表
lsmin.c
lsmin.h
lsmin.m
lsmind.c
lsmind.m
make_lsmin.m
license.txt