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

[OpenCV] hear分类器

正负样本, 训练hear人脸检测分类器
The positive and negative samples are used to train the hear classifier (2021-04-09, C/C++, 46124KB, 下载0次)

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

[OpenCV] surf_gpu

实现了使用opencv里的gpu版surf特征检测器和gpu版orb检测器,分别对图片进行特征点提取及匹配,并对获取的特征点进行了距离筛选,将匹配较好的特征点进行展示
Using GPU surf detector and GPU orb detector in OpenCV to extract and match the feature points of the image, and to screen the distance of the feature points to show the better matching feature points (2020-02-02, C/C++, 1722KB, 下载3次)

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

[OpenCV] convcascade

用于将opencv训练中的xml文件夹中的文件综合成为强分类器
Used to integrate files from XML folder in opencv training into strong classifier. (2018-08-27, C/C++, 11586KB, 下载1次)

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

[OpenCV] XMusic_control_by_hand-master

参照已有代码,用手势控制音乐播放器播放,换平台而已
Referring to the existing code, we use gesture to control the music player to play the platform. (2018-05-29, C/C++, 18KB, 下载1次)

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

[OpenCV] Human Face Recognition

该文件包含了人脸识别器器的代码,在电脑装有MS VS和OpenCV 2013的情况下,直接打开exe,即可得到结果。
The file contains the code of the human face recognizer. If your computer is equipped with MS VS and OpenCV 2013, the EXE can be opened directly, and the result will be obtained. (2018-05-15, C/C++, 2590KB, 下载5次)

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

[OpenCV] opencv播放器控制

使用opencv制作一个简易的视频播放器
Use OpenCV to make a simple video player (2018-04-09, C/C++, 60885KB, 下载6次)

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

[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] SVMTrain

基于OpenCV SVM分类器的一个行人检测程序,可以自己制作样本训练,VS2010亲测可用,随时解答问题
A pedestrain detection program based on OpenCV SVM (2018-02-13, C/C++, 10936KB, 下载11次)

http://www.pudn.com/Download/item/id/1518494270774159.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] CascadeClassifier

用CascadeClassifier分类器进行人脸检测
Face detection using CascadeClassifier classifier (2017-11-24, C/C++, 7031KB, 下载1次)

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

[OpenCV] Invert

通过Opencv实现图像的色彩翻转,即每点的RGB值发生变化
Opencv achieved by flipping the image colors (2014-11-26, C/C++, 19056KB, 下载10次)

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

[OpenCV] LPLS

基于opencv与VS2010编写的拉普拉斯滤波器,分别调用库函数及手工编写函数,实现拉普拉斯滤波器效果
Based on opencv prepared with VS2010 Laplace filters were calling library functions and hand-written functions to achieve the effect of Laplace filter (2014-03-09, C/C++, 1KB, 下载13次)

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

[OpenCV] OpenCV_ReferenceBook2010

OpenCV中文参考手册,含有图像处理等与视觉传感器有关的函数
OpenCV Chinese reference manual containing the image processing and other related functions and visual sensors (2013-07-29, C/C++, 1866KB, 下载12次)

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

[OpenCV] circleExtractforHough

在编译器VS2010和opencv2.4.3下用Hough算法对图像中的圆提取并标记.
Under the compiler VS2010 and opencv2.4.3 Hough algorithm of image of the circle was used to extract and tag. (2013-03-12, C/C++, 5993KB, 下载5次)

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

[OpenCV] openCv-FaceDect

opencv1.0的简单的人脸检测程序。用Opencv的分类器来写的。
opencv1.0 simple face detection program. Opencv classifier to write. (2012-09-27, C/C++, 2KB, 下载4次)

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

[OpenCV] Oguiideofopenp

用opencv自带的的训练器训练各种分类器
Trainer training opencv comes with a variety of classifier (2012-05-21, C/C++, 277KB, 下载7次)

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

[OpenCV] pca

模式识别里面的经典PCA算法,用OpenCV视觉开发库实现的。该算法主要用于训练分类器,然后来对人脸来进行识别。
PCA algorithm developed with OpenCV (2012-01-29, C/C++, 3KB, 下载33次)

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

[OpenCV] HarrGui

HarrGui 改进OpenCV中的人脸检测,采用MFC,可以选择分类器xml问题,可以设置检测器的参数。这个例程的目的是测试自己生成或网上下载的xml文件。需要安装OpenCV
HarrGui improvement in the OpenCV face detection, using MFC, you can select the classification xml problem, you can set the parameters of the detector. This routine was designed to test their own generation or download the xml file. Need to install OpenCV (2011-04-19, C/C++, 195KB, 下载6次)

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

[OpenCV] Kalman_filter_C

卡尔曼滤波器的C代码实现, 简单明了,是学习 Kalman 的好程序。
kalman filter has been implemented in this document by C. (2011-02-10, C/C++, 3KB, 下载160次)

http://www.pudn.com/Download/item/id/1426130.html
12
总计:38