搜索资源列表
opencv-SIFT
- 利用旋转模板匹配方法对SIFT算法的改进-Template matching method using rotating SIFT Algorithm
motion-tracking-system-
- 本文分析比较了传统运动目标检测的3种主要方法:背景图像差分法、时态差分法和光流法,在此基础上给出了一种背景图像预测算法,大大减少了因为背景变化而产生的目标检测误差。本文基于OpenCV设计出改进的运动目标检测与跟踪算法,实现了运动目标的跟踪,并在VC++编译环境下,利用USB摄像头作为视频采集器,通过观察实验结果可以看出,本文的运动目标检测算法能够正确地检测出视频图像中的运动目标,而且在检测性能上优于普通的自适应背景差分法。 -OpenCV-based motion tracking sys
face-detection
- 改进后的人脸识别算法,比传统方法更加的精准,并且难度也更大。-mproved face recognition algorithm, more accurate than traditional methods, and the more difficult....
find_obj
- surf 方法 直接能运行 配上opencv 图像特征点匹配 sift方法的改进版本,在时间上面大大提高同时在光照方面比sift要好很多-Methods can be run directly coupled surf opencv image feature point matching method sift improved version of the above at the time of greatly increased both the light much better th
improvedBinarization
- 一种改进的快速二值化方法,二值化效果更好,源文件,附加参考文献-An improved method for fast binary, binary better, source files, additional references
2DPCA
- 改进的模块2DPCA 人 脸识别方法-Improved face recognition module 2DPCA
JxpFillpolygon
- 多边形,剪裁,种子法填充,改进划线的方法-Polygon, cutting, Seed Law to fill, improve the method of drawing a line.
facedetect
- 人脸检测一个小程序,是基于opencv的,在sample自带例子的基础上改进的,用的是级联的方法-A program of face detection is based on opencv, using a cascade method
Harris
- 基于opencv函数的角点提取 包括消除临近角点的改进方法-Extracted of angle points based on the the opencv function
ThreeZhen
- 基于Opencv方法做的一个先利用三帧差分法检测视频中运动目标!,再利用adaboost算法检测人脸!能运行效果有待改进!-Opencv based method to do a first use of three difference method to detect moving objects in video! , Re-use adaboost algorithm to detect human face! The effect can be improved to run!
2dOtsu-gradient
- 基于邻域灰度梯度的改进二维OTSU算法:在二维OTSU的方法上进行改进,将纵坐标改用像素点的灰度值与其邻域的平均灰度值的差的绝对值,分割图像。-Neighborhood-based two-dimensional gray-scale gradient improved OTSU algorithm: to improve on the two-dimensional OTSU method, the vertical axis instead of the absolute value of
MeanShiftImproved
- 关于meanshift方法的改进,用VC编写。初学者看看,高手多指导!-Improvement on meanshift method, prepared by the VC. Look at the beginners, many experts guide!C
Fast-O(1)Bilateral-Filter
- Fast O(1)双边滤波算法,由三角函数逼近方法实现非迭代算法,计算量不再受滤波窗口大小影响,只与图像大小有关,适合改进为GPU执行的并行算法(此函数还包含一个递归高斯算法)-Fast O (1) bilateral filtering algorithm, approximation by a trigonometric method to achieve non-iterative algorithm to calculate the amount of the filter window
kuaisuzishiyuzhifangfa2
- 这是对上次自适应阈值方法的改进,这是后来找到的-This is the last time adaptive threshold method of improvement, which is later found
CV_improve
- 用于图像分割的改进的CV模型,水平集方法(An Improved CV Model for Image Segmentation)
图像二值化判断分析法
- 编写实现了图像二值化中一种常用的方法——判断分析法。并使用开闭运算进行了二值化图像改进(It is a common method that can realize binaryzation, the judgment analysis method. And use open and closed operation to improve the image.)