资源列表
源
- 基于VS2013+opencv 图像图像处理(Image image processing based on VS2013+opencv)
OpenCV Computer Vision with Python
- OpenCV在Python语言的实现(OpenCV Computer Vision with Python)
Mechnical Answers
- One of the classic approaches to deal with multi-objective optimization problems, is decomposition, which means that a multi-objective is decomposed to several (theoretically infinite) single-objective optimization problems. Decomposed objective func
12_运动车辆检测跟踪系统
- 1.首先从文件菜单打开程序目录下的car.avi视频,系统将显示视频的第一帧。 2.点击背景提取菜单,稍后会提取出背景并显示在打开的第二个窗口中。 3.当提取出背景后,点击检测跟踪菜单,对车辆进行检测和跟踪。 4.点击轨迹绘制菜单,绘制车辆的轨迹。 注:由于使用OpenCV打开AVI视频文件需要视频解码器,故在程序运行前请在电脑上先安装DivX类型的的视频解码器,否则将出现无法打开文件的错误。本程序使用的是OpenCV2.1版本,在没有安装此版本软件的机器上运行时需要将cv210.d
11_人脸检测与识别系统
- 1.本程序主要处理BMP位图。 2.为了方便读者学习,程序各步骤都被拆分开实现了,通过点击相应按钮可以看到每个步骤处理的结果。 3.如果是进行人脸识别,需要先打开一幅位图依次进行“人脸检测与定位”操作和“人脸特征标注”操作,然后再打开需要比较的第二幅位图,也是依次进行所有操作,最后进行识别以区分先后两个人脸。(This procedure deals mainly with BMP Bitmaps. 2. In order for the reader to learn, each ste
figures
- 压缩包内文件为流量和水深的计算结果针对 特征线法计算训练(见其它上传文件)。(The package includes figures of discharge and depth, which are based on the data calculated by program characteristics.rar uploaded by the author.)
HumanMatlab
- HumanMatlab, I found on the net
qsm_swi_2d.m
- 用于进行swi处理,二维hanning窗滤波,最小密度投影(swi processing, 2d-hanning window filter, minimum intensity projection)
fix_bad_points
- 修复原理:利用坏点周围有效值的均值赋予坏点,窗口大小可选。 本人改进此补丁使用了分块处理技术,对于输入数据大小没有限制。(Repair Principle: the use of mean effective value given around the dead dead, the window size is optional. I used a block processing technique to improve this patch, and there is no limit
waveletcode
- 小波变换,双树复小波,小波和复小波的图像阈值去噪(Wavelet transform, double tree complex wavelet, wavelet and complex wavelet image deniosing)
M2_6
- this a matlab work about DSP 5.
MRF
- 在马尔科夫随机场中,用ICM,LBP,GC,TRW四种方法实现能量最小(Using ICM,LBP,GC,TRW to realize the minimum energy in MRF)