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

[OpenCV] 手势实现播放器的进度和音量调节

我的工程用的红外摄像头。如果你用RGB摄像头,要将Segmentation部分替换,可以参考网上的HSV肤色检测程序。
My project uses an infrared camera. If you want to replace Segmentation with a RGB camera, you can refer to the HSV skin detection program on the internet. (2017-07-05, C/C++, 1688KB, 下载4次)

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

[OpenCV] camera

菜鸟初学者,第一次编写基于OpenCV的摄像头开启程序。是基于控制台形式的。读取级联检测器文件进行识别。简单易扩展。
Novice beginners, for the first time to write OpenCV based camera open program. Console based. Read cascaded Detector files for identification. Simple and easy to expand. (2017-07-03, Visual C++, 1372KB, 下载1次)

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

[OpenCV] LOW_PASS_FILTER

基于VC6.0和opencv的频域低通滤波器程序,实现了低通滤波的基本功能
Opencv based on VC6.0 and low-pass filter in the frequency domain procedures to achieve the basic functions of the low-pass filter (2014-12-10, Visual C++, 1821KB, 下载32次)

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

[OpenCV] hogPsvm

HOG特征点的提取并使用SVM分类器训练样本予以分类(样本尺寸可以不一)
HOG feature point extraction and SVM classifier using training samples to be classified (sample size may vary) (2013-10-09, Visual C++, 4KB, 下载54次)

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

[OpenCV] XviD-04102002-1

用opencv采集到得视频有时候播放不了,那是因为电脑里缺响应的解码器,XviD可以实现多种视频的解码
Using opencv collected video won t play sometimes, it s because of the lack of response in the computer decoder, XviD can realize a variety of video decoding (2013-09-26, Visual C++, 392KB, 下载5次)

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

[OpenCV] detectobjects

opencv 正样本采集 训练分类器 目标检测 串口通信 下位机stm32控制 机器人追着目标行走
opencv positive samples collected classifier training target detection stm32 serial communication lower machine robot walking chasing goals (2013-06-30, Visual C++, 18364KB, 下载79次)

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

[OpenCV] KuGouController

本代码实现了手势的识别和跟踪,通过识别几种定义的手势,进行对音乐播放器的控制
this is a file that contains codes for hands detect and hands tracking,by detecting which gesture you show,it can control the music player. (2013-04-25, Visual C++, 47KB, 下载28次)

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

[OpenCV] kalman1

基于OPENCV的卡尔曼滤波器跟踪程序,用圆圈标记实际位置、观测位置和预测位置。
Based the OPENCV Kalman filter tracking program, the actual position marked with circles, the observation position and predicted position. (2013-03-15, Visual C++, 1346KB, 下载113次)

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

[OpenCV] peopledetect

人脸及行人检测中在opencv中要用到的haarcascade_righteye_2splits.xml,即特征检测的haar分类器,包括正面,侧边,上下左右各种,很全面
Face and pedestrian detection in opencv use to haarcascade_righteye_2splits.xml, feature detection haar classifier, including front, side, up and down various, very comprehensive (2013-03-07, Visual C++, 1935KB, 下载54次)

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

[OpenCV] cv_draw

基本的opencv操作,用c++实现。。可以画出简单的曲线。。通过这个小代码,可以分析cv坐标的定义。编译器为vs2010
Basic opencv operation achieve with c++. . You can draw a simple curve. . Through this code, you can analyze the definition of cv coordinates. (2013-01-28, Visual C++, 7870KB, 下载9次)

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

[OpenCV] cppOpenCVFace

用VC6.0编写的人脸识别软件,多文档界面。导入人脸图片后软件自动识别人脸。用的是opencv自带的人脸分类器
VC6.0 prepared face recognition software, multi-document interface. Face pictures after import software to automatically recognize faces. The opencv comes face classifier (2012-11-13, Visual C++, 1839KB, 下载19次)

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

[OpenCV] ColorCvtViewer

一个简单的颜色转换器,载入一张图像后,将其转换到不同的颜色空间并显示,同时可以显示其在不同颜色空间下各通道的颜色图。
A simple color converter to load an image, convert it to a different color space and displays at the same time can display each channel in a different color space, the color map. (2012-06-05, C#, 407KB, 下载8次)

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

[OpenCV] OpenCV_sliderVideo

一个简单的OpenCV读取本地视频,并自动加载播放进度工具显示、可以拖动的cpp源程序文件。在VC2008环境中,需要预先安装好OpenCV2.0,并把OpenCV2.0的包含路径添加到VC2008“工具”菜单选项的C++目录中环境,而后新建一个win32控制台应用程序项目,把这个项目的Debug调试属性的链接器输入子项添加附加依赖项cxcore200.lib cv200.lib highgui200.lib。通过对这个程序的掌握可以慢慢过渡到利用MFC的slider控件代替这个程序里自发呈现的slider控件,然后实现MFC界面的视频播放控制。
console vc++2008 OpenCV (2012-05-18, Visual C++, 1KB, 下载11次)

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

[OpenCV] kalman_tracking

利用opecv的卡曼濾波器函數實現一個對二維點的追蹤,移動中的點以滑鼠在視窗的位置來取代。
Use opecv Kalman filter function is the realization of a 2D point tracking, instead of moving the point to the location of the mouse in Windows. (2012-04-11, Visual C++, 7958KB, 下载11次)

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

[OpenCV] bayes

很完整的朴素贝叶斯分类器,基于openCV做点。先随机生产一个2维特征向量,然后使用贝叶斯来分类并且现实。
Is complete the simple Bayesian classifier, based on openCV to do. First production of a random 2-dimensional feature vector, and then to use Bayesian classification and reality. (2011-09-30, Visual C++, 1KB, 下载68次)

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

[OpenCV] main

opencv2.2 win 7 本程序可以为分类器创建大小统一的正样本。按下左键放大,右键缩小,中键保存。
This program based opencv2.2, it can create the uniform pictures for the classification of positive samples. Press the left key for zoom in, right key reduce, and the middle key to save. (2011-07-12, Visual C++, 1KB, 下载5次)

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

[OpenCV] VideoTest

基于opencv的视频播放器 主要实现功能 提取视频 光流 和颜色直方图 并存储起来用于分析视频
Opencv-based video player to achieve the main function of extracting the optical flow and color histogram of the video and stored video for analysis (2010-04-21, Visual C++, 3844KB, 下载187次)

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

[OpenCV] stream_vedio_on_web

通过OpenCV实现的网上视频程序,分服务器和客户端,需要OpenCV库的支持。
Stream vedio program developed under OpenCV library, there are server and client. You should have installed OpenCV library in you computer. (2009-11-05, C/C++, 4KB, 下载49次)

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

[OpenCV] FaceDetection

FaceDetection是一个静态人脸检测程序,注意FaceDetection需要OpenCV提供的库支持,因此请首先到相关网站上下载并安装OpenCV,此外本程序需要导入一个分类器文件haarcascade_frontalface_alt.xml,该文件在OpenCV中提供,请读者将该文件复制到程序同一目录下,程序即可正确运行。
FaceDetection is a static face detection process, the attention required FaceDetection library OpenCV provides support to the relevant website, please first download and install on OpenCV, addition of the procedures necessary to import a document classifier haarcascade_frontalface_alt.xml, the document provided in OpenCV Please copy the document reader to process the same directory, the program can be run right. (2009-04-08, Visual C++, 1904KB, 下载37次)

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

[OpenCV] KalmanSch

基于OpenCV编写的使用Kalman滤波器跟踪一个旋转的点程序。代码来自《OpenCV教程基础篇》一书
OpenCV prepared based on the use of Kalman filter to track a rotating point of the procedure. Code from (2007-08-09, Visual C++, 6KB, 下载26次)

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