-
QTFaceRec-master
face recognition example for learning
- 2020-06-16 00:40:01下载
- 积分:1
-
image_matching
说明: 实现了三种图像匹配算法
1:归一化互相关匹配算法
2:基于Hausdorff距离的图像匹配算法
3:图像不变矩匹配算法(Three matching algorithms to achieve 1: normalized cross correlation matching algorithm 2: the image matching algorithm based on Hausdorff Distance 3: Image Invariant Moment Matching Algorithm)
- 2021-03-28 19:09:11下载
- 积分:1
-
hough直线检测
matlab实现的直线检测方法,主要为hough变换,包括图片及实验结果(Matlab implementation of the line detection method, mainly for the Hough transform, including pictures and experimental results)
- 2017-11-24 11:33:18下载
- 积分:1
-
pca_bp
本程序采用pca提取人脸特征,采用人工神经网络识别人脸。(This procedure using pca face feature extraction, using artificial neural network recognition face.
)
- 2012-08-18 16:49:25下载
- 积分:1
-
VIBE
VIBE用于视频背景建模,经典算法,C++和matlab代码都有,文件是全的。(VIBE for video background modeling, classical algorithms, C++ and matlab code has a file is complete.)
- 2020-09-20 16:27:53下载
- 积分:1
-
MATLAB-Arnold-tranform
能进行基于Arnold算法的正变换和反变换(Arnold-based algorithm to the transformation and anti-transform)
- 2009-04-18 11:51:56下载
- 积分:1
-
findellipse
可以对边缘检测出来的椭圆,实现椭圆参数的自动提取,非常的好用,自己编写的,请各位大哥多指教,QQ:526289(be on the verge of testing the ellipse, the ellipse parameters to achieve the automatic extraction, very convenient, their preparation, please enlighten you more than big brother, QQ : 526289)
- 2007-04-11 18:09:15下载
- 积分:1
-
Gabor-Matlab1
gabor小波变换提取图像纹理信息,得到一维向量。(gabor wavelet transform to extract image texture information)
- 2013-01-11 16:12:24下载
- 积分:1
-
voc-release3.1
DPM作者获得 2010年CVPR终生成就奖,DPM是在HOG的基础上进行改进,解决了HOG算子的不足,并且对SVM也进行了小幅度改善提出了LSVM这个概念(DPM is improved on the basis of HOG. It solves the shortcomings of HOG operator, and makes a small improvement on SVM. The concept of LSVM is proposed)
- 2017-07-20 10:06:52下载
- 积分:1
-
main
1.模式匹配:子串在主串中的定位,也叫字符串匹配。模式匹配成功是指在主串S中能够找到模式串T,否则,称模式串T在主串S中不存在。
2.模式匹配的应用在非常广泛。例如,在文本编辑程序中,我们经常要查找某一特定单词在文本中出现的位置。
3.模式匹配算法的研究能极大地提高文本编辑程序的响应性能。
(1 pattern matching: substring positioned in the main string, also called string matching. Pattern matching refers success can be found in the main string S pattern string T, otherwise known as pattern string T does not exist in the main string S.
2 pattern matching in a very wide range. For example, in a text-editing program, we often have to find the location of a particular word appears in the text.
3 study of pattern matching algorithms can greatly improve the response performance of text editing program.)
- 2014-04-20 13:55:31下载
- 积分:1