资源列表
PedestrianExtraction
- 基于opencv的行人检测,用到了svm,haar特征-Opencv-based pedestrian detection, use the svm, haar features, etc.
grabcut
- opencv抠图算法。c语言实现。需要较少的用户输入就能实现很好的分割效果。-opencv matting algorithm
haarcascades
- opencv中haar+Adaboost已经训练好的分类器。有双目、身体等等,出自专家之手,必属精品,CV 1.0版本的有需要就下吧。-haarcascades train by expects, body, eyes.. xml files of many kinds are included which can be used directly. OpenCV 1.0 ver can download from here.
MagicHouse
- 使用OpenCV进行图像的增强处理,包括拉普拉斯边缘增强,Sobel边缘细化-Use OpenCV for image enhancement, edge enhancement, including Laplace, Sobel Edge Thinning
Gaussian-modeling-approach
- vc++和opencv,运用高斯建模的方法对场景进行背景建模,背景差分。从而检测出运动的物体,如机动车辆、行人,烟火等。-vc++ and opencv, using the method of Gaussian modeling scene background modeling, background difference. To detect moving objects, such as motor vehicles, pedestrians, fireworks, etc.
peopledetect
- 检测摄像头中的行人。使用OPENCV 默认的SVM分类器-Pedestrian detection in the camera. Use the default SVM classifier OPENCV
morphology1
- 用opencv进行形态学操作处理图像,开闭运算和膨胀腐蚀-Using opencv morphological image processing operations, opening and closing operation and expansion of corrosion
testByPaddy
- QT opecv非常有用视频跟踪 海康的视频监控项目-QT opecv useful video tracking
OCRecognization
- 基于OpenCV的OCR程序,可以实现数字识别,程序采用KNN算法,可以对样本数据进行计算-OpenCV on the OCR program, Digital Identification can be achieved, the program using KNN algorithm to calculate the sample data
AbnormalDetect
- 基于opencv的人群密度估计,源码可用,直接运行mfc-Population density estimates
PlateIdentify
- 车牌检测源代码包含MFC文件opencv与visual c++混合编程-Plate Identify
image-dehazing-based-on-opencv
- Kaiming He, Jian Sun, Xiaoou Tang. Single Image Haze Removal Using Dark Channel Prior 大致内容是提出了一个叫做暗原色先验的东西来对有雾图像进行处理,十分巧妙,有兴趣者可以看看。这里使用OpenCV实现文中的去雾算法,然而论文提到的soft matting未在本程序中实现。 -This is a source code of paperKaiming He, Jian Sun, Xiaoou Tang