搜索资源列表
matched
- Matched Filter (Best detection on digital communication)
WordMatch
- 实现单词的自动匹配识别,如果不成功会返回失败标志-Automatically matched to achieve word recognition, if unsuccessful will return failure signs
7101
- 基于匹配滤波器的图像识别,本程序借助匹配滤波器,用待识别的图像和模板匹配,得到相关输出,取最大相关输出的为最后识别结果-An image pattern recognition, this program base on matched filter, cacualting the relevant result , make the mose mark output result as the recognition finial result
photo-recognize
- 基于综合特征的图像检索系统程序,直接打开Run.m后运行, 先选待匹配图片,在输入权重,默认文件路径在Pic文件夹下,无须修改!-Image retri system based on an integrated feature of the program directly open the run after Run.m, The first election to be matched image, enter the weight, the default file path
feabcng
- DS-CDMA中匹配滤波器误码率分析,只是一直为零,感觉没有错阿-DS- CDMA matched filter in the ber analysis, just always is zero, there is nothing wrong with feeling,,
FaceRec
- 人脸识别是一个有监督学习过程,首先利用训练集构造一个人脸模型,然后将测试集与训练集进行匹配,找到与之对应的训练集头像。最容易的方式是直接利用欧式距离计算测试集的每一幅图像与训练集的每一幅图像的距离,然后选择距离最近的图像作为识别的结果。这种直接计算距离的方式直观,但是有一个非常大的缺陷—计算量太大。如果每幅图像大小为100*100,训练集大小1000,则识别测试集中的一幅图像就需要1000*100*100的计算量,当测试集很大时,识别速度非常缓慢。(Face recognition is a s
