联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All OpenCV(211) 

[OpenCV] detectMultiScale

基于openCV的人脸检测实现,分类器在源码中(opencv\sources\data\haarcascades)
Face detection Demo based on openCV (2018-03-05, C/C++, 108KB, 下载1次)

http://www.pudn.com/Download/item/id/1520243178578306.html

[OpenCV] cvHaarDetectObjects

基于openCV的人脸检测Demo,级联分类器在openCV中找(opencv\sources\data\haarcascades)。
Face detection Demo based on openCV (2018-03-05, C/C++, 107KB, 下载1次)

http://www.pudn.com/Download/item/id/1520243088825694.html

[OpenCV] 96282002Human-Motion-Tracking

利用图像的HOG特征训练SVM分类器,对运动人体目标进行跟踪
Using the HOG feature of the image to train the SVM classifier, the program runs through the obtained data. (2017-12-16, C++, 607KB, 下载6次)

http://www.pudn.com/Download/item/id/1513416158684883.html

[OpenCV] main

实现基于hog特征的svm分类器实现粉刺识别
Realization of svm classifier based on hog feature for acne recognition (2017-11-27, C/C++, 1KB, 下载5次)

http://www.pudn.com/Download/item/id/1511775049919558.html

[OpenCV] 2用迭代器访问像素

编程环境:VS+OPENCV ,对于初学者学习基于opencv的图像处理非常有帮助,此节点主要是用迭代器访问像素点的一些方法。
Programming environment: VS + OPENCV, for beginners to learn based on opencv image processing is very helpful, this node is mainly used to access the pixel iterator some of the methods. (2017-09-27, C++, 2697KB, 下载1次)

http://www.pudn.com/Download/item/id/1506487970910946.html

[OpenCV] SVM

配置opencv库,SVM训练和分类,显示分类结果,和支持向量机。对于初学者了解SVM分类器由一定帮助
Configure the opencv library, SVM training and classification, display classification results, and support vector machines. For beginners understand the SVM classifier by some help (2017-07-12, C++, 3362KB, 下载7次)

http://www.pudn.com/Download/item/id/1499842996822957.html

[OpenCV] FeatureDetection

vs2010+opencv,创建SURF特征检测器,检测输入图像的SURF特征
vs2010+opencv, create SURF feature detector detects the input image feature SURF (2015-08-22, Visual C++, 2852KB, 下载18次)

http://www.pudn.com/Download/item/id/1440232841777368.html

[OpenCV] Filter

OpenCV编写的滤波器,用C++编写,是一个很实用的代码。
OpenCV write filter, written C++, is a very useful code. (2014-09-07, Visual C++, 92KB, 下载5次)

http://www.pudn.com/Download/item/id/2615586.html

[OpenCV] Gabor-filer

基于opencv的Gabor滤波器。希望对大家有点帮助。
Opencv based on Gabor filters. We want a little help. (2013-11-03, Visual C++, 1KB, 下载4次)

http://www.pudn.com/Download/item/id/2389978.html

[OpenCV] SIFT-feature-matching-

SIFT 特征匹配算法是目前国内外特征点匹配研究领域的热点与难点,其匹配能力较强,可以处 理两幅图像之间发生平移、旋转、仿射变换情况下的匹配问题,甚至在某种程度上对任意角度拍摄 的图像也具备较为稳定的特征匹配能力。该算法目前外文资料较多,但中文方面的介绍较少。为此 我撰写了这篇文档,以帮助国内的研究学者尽快入门,以最快的速度去体验 特征匹配算法是目前国内外特征点匹配研究领域的热点与难点,其匹配能力较强,可以处 理两幅图像之间发生平移、旋转、仿射变换情况下的匹配问题,甚至在某种程度上对任意角度拍摄 的图像也具备较为稳定的特征匹配能力。该算法目前外文资料较多,但中文方面的介绍较少。
SIFT feature matching algorithm is the matching feature points at home and abroad a hot area of ​ ​ research and difficult, and its ability to match, between two images can be processed translation, rotation, affine transformation in case of matching problems, and even to some extent on arbitrary angle images also have a more stable feature matching ability. The algorithm is currently foreign materials more, but Chinese is introduced less. To this end I wrote this document to help domestic researchers as quickly as possible, in order to experience the fastest feature matching algorithm is the matching feature points at home and abroad a hot area of ​ ​ research and difficult, and its ability to match, can handle translation between two images, rotation, affine transformation to match the case problems, and even to some extent arbitrary angle images will also have a more stable feature matching ability. The algorithm is currently foreign materials more, but Chinese i (2013-08-12, Visual C++, 1596KB, 下载70次)

http://www.pudn.com/Download/item/id/2328470.html

[OpenCV] FaceMatch

这是基于OpenCv的xml分类器做的一个人脸匹配项目
This is based on the OpenCv xml classifier to do a face matches (2013-06-06, Visual C++, 5803KB, 下载55次)

http://www.pudn.com/Download/item/id/2271631.html

[OpenCV] Gabor

咖伯滤波器的实现类库,非常有用,本人测试过了,检验了正确性
The cafes primary filter to achieve Class Library (2012-10-26, Visual C++, 3075KB, 下载14次)

http://www.pudn.com/Download/item/id/2027982.html

[OpenCV] OHaarTrainingP

OPENCV训练过程的说明文档,在样本创建;训练分类器;利用训练器进行目标检测测作了操作说明源程序在安装OPENCV时,自带apps\HaarTraining
Documentation of the OPENCV training process, created in the sample train classifiers trainer for target detection measurements have been operating instructions when the source OPENCV installation, comes with the apps \ HaarTraining (2012-07-20, Visual C++, 7KB, 下载13次)

http://www.pudn.com/Download/item/id/1943614.html

[OpenCV] pariticlefilterdemo-opencv

此处给出了一个利用c++编写的基于opencv库的边缘粒子滤波器,用于运动跟踪
pariticlefilterdemo opencv (2012-06-14, Visual C++, 8KB, 下载56次)

http://www.pudn.com/Download/item/id/1912553.html

[OpenCV] particleFilter

粒子滤波器 基于颜色的 Opencv实现
opencv color-based particle filter (2011-11-21, C++, 122KB, 下载49次)

http://www.pudn.com/Download/item/id/1706353.html

[OpenCV] haartraining

这是opencv的hartraing训练器的具体用法,非常的有用
This is the hartraing trainer opencv specific use, very useful (2011-07-19, Visual C++, 1027KB, 下载12次)

http://www.pudn.com/Download/item/id/1601033.html

[OpenCV] dft2

高通滤波器,对图像进行高通滤波。采用opencv,包含二维理想高通滤波,2阶巴特沃思高通滤波,二维高斯高通滤波,增长率为2二维指数高通滤波
High-pass filters, high pass filter the image. Using opencv, including two-dimensional ideal high-pass filter, 2-order Butterworth high pass filter, two-dimensional Gaussian high pass filter, two-dimensional exponential growth rate of 2 high-pass filter (2010-12-30, Visual C++, 1KB, 下载266次)

http://www.pudn.com/Download/item/id/1397982.html

[OpenCV] opencv

opencv使用中值滤波器简单处理图像。。。
opencv median filter using a simple image processing。。。 (2010-10-25, Visual C++, 8362KB, 下载46次)

http://www.pudn.com/Download/item/id/1326854.html

[OpenCV] 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. (2010-05-24, Visual C++, 1468KB, 下载406次)

http://www.pudn.com/Download/item/id/1185582.html

[OpenCV] kalman

opencv实现kalman滤波器跟踪一个旋转的点
opencv kalman filter to track implementation of a rotating point (2010-05-11, Visual C++, 1319KB, 下载36次)

http://www.pudn.com/Download/item/id/1166728.html
总计:211