资源列表
ArcFaceDemo_1.2
- 代码是C#的,人脸检测、比对的引擎是虹软的1.2版本。 我只有20M附件的权限,所以只能删除了虹软的识别引擎库(没有这个库源码不能正常运行),请下载者自己去虹软申请并下载(目前是免费的)吧。 ---------------------------------------------------------------------------------------- 环境要求: VS2012及以上,.Net Framework 4.5 使用说明: 拿到代码以后,请更换自己ke
pic2word
- 将视频文件转换为字符画,转换为的文件没有加入音频(Converting video files to character paintings and converting them to files without adding audio)
三维重建
- 利用matlab进行三维重建,比较复杂,使用程序可以简单的进行三维重建(Three-dimensional reconstruction using matlab is more complicated, and the program can be used for simple 3D reconstruction.)
vision-3.4
- 《机器人学、机器视觉与控制--MATLAB算法基础》书中的工具箱版本之一(Robotics,Vision and Control--One of the Toolbox Editions in the Fundamentals of MATLAB Algorithms)
MSS+OpenCV Human Face Detect
- 利用mss、Opencv实现动态人脸识别。需要OpenCV自带haarcascade_eye.xml和haarcascade_frontalface_alt_tree.xml文件
matlab数字图像识别
- matlab数字图像识别,识别CT 扫描电镜照片 然后导入PFC中进行识别颗粒和孔隙(Matlab digital image recognition, recognition of CT scanning electron micrographs and then introduction into PFC for identification of particles and pores)
BMP文件基于C语言的信息读取
- BMP图像文件的内部信息,可以依据C语言编程确定图像的具体信息内容
医学图像分割
- 可以实现医学图像分割,简单方便,帮助大家学习(Can achieve medical image segmentation, simple and convenient, to help you learn)
OPENCV_SIFT_特征提取_匹配算法
- 计算机视觉,特征提取, 图像识别和是视觉定位(Computer vision, feature extraction for pattern recognition)
CNNGestureRecognizer-master
- 基于MATLAB手势识别,简单调试可进行手势识别的测试(Based on MATLAB gesture recognition, simple debugging can be used for gesture recognition test)
图像加密
- 基于混沌信号的加密算法源码,通过混沌序列置乱还有扩散,是很经典的加密算法。
sift算法实现
- matlab实现sift算法完整打包程序,适合计算机进行信号处理的伙伴们使用