资源列表
CorSensor
- RGB颜色识别的C代码,可以识别颜色,饱和度,亮度,可以用于LED的检测.-RGB color detect c code, use to check LED.
colorDectTCS230
- RGB颜色识别的C代码,可以识别颜色,饱和度,亮度,可以用于LED的检测.-RGB color detect C code, you can use it to detect color. LED detect.
hand-detec-t
- 手势识别,可以用于游戏或者图像处理上面,很好的使用价值.-hand detect,you can use it to game or image process
facedetec-t
- 人脸识别代码,可用于人脸刷卡系统,很好的一个代码-face detect code, you can use it to develop many system
recognition
- 图片的匹配识别过程,自行导入训练集和测试集-picture matching recognition.please input testing and training set
PCA_based-Face-Recognition-System
- 模式识别中的人脸识别部分-pca_based for face recognition
baiduIP
- 百度贴吧IP提取识别工具。输入帖子地址和楼层即可识别IP地址。-Baidu tieba IP extraction recognition tools. Input post address and floor can identify IP address
ORCSYSTEM
- 快速识别汉字和字符,基于神经网络算法,识别率很高,效果很好-OCR SHIBIE
cpsbs
- 车牌定位和识别,根据HSV空间,能快速定位车牌,大图速度很快,能达到实时效果-CHEPAI SHIBIE RUANJIAN
Face-Recognition-Based-on-KL-changes
- 基于KL变化的人脸识别,简单易懂,稍改就能用-Face Recognition Based on KL changes
renlianshibie
- 人脸识别领域比较好的文章,人脸识别和性别识别-Face recognition domain relatively good article, face recognition and gender recognition
caltech-image-search-1.0
- 大规模图像检索的代码,matlab与c++混合编程。总结了目前图像检索领域目前主要存在的方法。通过阅读该代码,可以对于经典的“词袋”模型(bow模型)有个具体的了解,但是该代码没有提供前序的特征提取,是直接从对提取好的特征向量聚类开始的,包括了k-means,分层k-means(HKM)聚类,倒排文件的建立和索引等,该代码还提供了局部敏感哈希(LSH)方法。最后,这份代码是下面这篇论文的作者提供的, Indexing in Large Scale Image Collections: Sc