资源列表
OpenCV-2.1.0-win
- opencv 2.1 VS2008 库文件(opencv this is opencv for vs2008 source)
SURF
- surf特征点匹配,显示匹配点数和时间,以及较优匹配点数(surf feature matching)
mirror_horizontally_image
- 利用Opencv,对输入图像进行水平镜像翻转操作,输出镜像后的图像。(mirror_horizontally_image)
readvideo
- 读取视频序 要处理视频序列,首先要读取每个帧。opencv提供了一个便于使用的框架来实现提取帧,帧的来源可以是视频文件,也可以是USB或者摄像机。(read video consequence)
readvideo
- 我们要指定一个函数(回调函数),视频序列的每一帧都会调用它。该函数定义为输入一个mat视力,输出一个处理完毕的帧。(vs c++ use opencv to image canny)
caijian_program
- 将图片裁剪想要大小的图像块。可以继续拓展为自动裁剪多张,压缩包内有说明,可以继续添加功能。(Cut the image to the size of the image block.)
数学建模程序218-226
- 人脸老化的程序,包括图像处理,器官识别等等(Facial aging procedures)
实现Harris角点检测算法
- 基于vs2010实现Harris角点检测算法(C语言)(Implementation of Harris corner detection algorithm)
thinning_test02
- 通过ZHANG并行细化算法,实现图像的细化处理。(By the ZHANG parallel thinning algorithm,we realize the purpose of thinning image.)
HGCFTV
- 可以实现简单的手势识别,实现1到10的识别(achieve a simple gesture recognition, from1 to 10)
src - 双目
- 通过socket协议将服务器的摄像头采集的图像经过稳像算法后传给客户端。(Through the socket protocol, the image collected by the server's camera is transmitted to the client through the image stabilization algorithm.)
speed_detection
- 本程序是基于虚拟线圈的流动车速检测程序,平台为VS2010+OpenCV2.4.10(This procedure is based on the virtual coil flow speed detection procedures, the platform for VS2010+OpenCV2.4.10)