资源列表
MATLABHoug
- MATLAB图像处理+Hough霍夫曼直线检测+源程序代码,简单实用,非常好用,(MATLAB image processing +Hough Hoffman linear detection + source code, simple and practical, very easy to use)
facedetection
- 人脸作为图像与视频中最重要的视觉对象之一,是智能人机接口等许多应用的处理目标对象。近年来,人脸检测技术在模式识别、计算机视觉、人机交互等诸多领域引起了普遍重视。之所以人脸检测技术在当今计算机视觉等领域的研究中占有重要的地位并成为研究焦点,主要在于以下两个方面:一方面将人脸作为基本是绝对想来考虑,子等检测与定位人脸是实现人脸识别、人脸跟踪、表情识别、人联合成与人脸编码、唇读等技术的必要前提(Face is one of the most important visual objects in im
SAR成像仿真C++编译
- 很好的SAR成像代码,使用C++来对合成孔径雷达图像进行成像(C++ is used to image SAR images)
B样条弹性配准matlab
- 数字图形配准示例代码 B样条弹性配准算法(有示例)(Graph registration B spline elastic algorithm (example))
CTMR融合示例
- 医学图像 CT/MR 图像的融合算法 使用梯度频率对两图像进行增强并融合,代码运行良好,适合初学者学习(注意无配准功能)(Medical image CT/MR image fusion algorithm uses gradient frequency to enhance and fuse two images, the code runs well, suitable for beginners to learn (pay attention to no registration fun
150410 ??2 Ortho,Perspective (2)
- making perspective or orthogonal view
150522 12?? ??
- final project of computer vision
Project5
- project 5 of Computer vision project
混沌吸引子相图
- 本程序主要是应用于混沌吸引子相图的生成,只要改变非线性动力学方程和M文件里面的函数名称就可以运行出仿真图
BP1
- BP神经网络,运行成功过的案例,可以通过更改表格来应用到自己的程序上(this bp in matlab that I have use it ever .so You can get your own program by changing the table)
gcForest_v1.0.1
- 基于python 2.7的深度森林代码,用于图像处理和分类(Deep forest code based on Python 2.7 is used for image processing and classification)
sobel算子
- sobel算子识别图像边缘,B=imfilter(I0,Gx,'replicate'),I0为输入图像(Sobel operator recognition edge of image)