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

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

实时检测并跟踪人脸,完成脸部和眼部的识别,Harri分类器的应用
Real-time face detection and tracking to complete face and eye recognition (2018-12-08, Visual C++, 2KB, 下载2次)

http://www.pudn.com/Download/item/id/1544272869617729.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] AWMF-master

椒盐噪声处理,多种椒盐噪声滤波器演示工具箱
Salt and pepper noise processing, a variety of salt and pepper noise filter demonstration toolbox (2018-06-28, Python, 351KB, 下载1次)

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

中值滤波,应用于渐变过渡各种图形滤波并输出文字
Median filter, applied to the gradual transition, a variety of graphics filtering and output text (2017-08-18, Visual C++, 134KB, 下载1次)

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

[OpenCV] rhesesvgn

这是用三角窗设计的FIR低通滤波器,来消除音乐信号的噪声,
This is using triangular window design of FIR low-pass filter, to eliminate the noise of the music signal, (2017-08-15, matlab, 3KB, 下载2次)

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

[OpenCV] kalmanfilter

卡尔曼滤波器的c++源代码,内容详细,经过调试,方便用户进行图像处理等。
Kalman filter c++ source, content details, after debugging, user-friendly image processing. (2017-03-30, Visual C++, 6869KB, 下载21次)

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

[OpenCV] CreateCornerDetector

vs2010+opencv,创建Harris和Shi-Tomasi检测器,检测输入图像中的特征点
vs2010+opencv, create Harris and Shi-Tomasi detector detects feature points in the input image (2015-08-22, Visual C++, 2633KB, 下载11次)

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

[OpenCV] samples

opencv sample 代码包括一些图像处理的,利用Harr和分类器做人脸检测的
opencv 3.0 alpha sample code which include classical samples like face detection/image processing. (2015-02-18, Visual C++, 24126KB, 下载18次)

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

[OpenCV] ImageProcess

利用MFC和OpenCV实现的图片浏览器,支持放大缩小拖拽
Achieved using MFC and OpenCV image browser, support zoom drag (2014-07-26, Visual C++, 2646KB, 下载44次)

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

[OpenCV] DetectFace2

这是一个利用opencv实现的,基于Haar分类器的人脸检测的程序
This is a program used to detect the faces in a picture based on the Haar classifier (2013-08-19, Visual C++, 4219KB, 下载16次)

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

[OpenCV] yy

opencv 读取视频文件,可以控制帧率,但必须要有解码器
opencv read video files, you can control the frame rate, but you must have the decoder (2013-07-30, Visual C++, 568KB, 下载14次)

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

[OpenCV] RGB_recognizer

RGB屏幕识别器(即时读取屏幕任一点的颜色,采用了opencv技术开发)
RGB screen identification (instant read the color of the screen at any point, using opencv technology development) (2012-07-09, Visual C++, 30159KB, 下载15次)

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

[OpenCV] motion-tracking-and-implementation

目标跟踪是计算机视觉的一个重要分支,日益广泛应用于科学技术、国防安全、航空、医药卫生以及国民经济等领域。实现目标跟踪的关键在于完整地分割目标、合理提取特征和准确地识别目标,同时,要考虑算法实现的时间,以保证实时性。当视频图像中被跟踪目标发生姿态变化,存在旋转或部分遮挡时,简单的灰度模板或者Hausdorff距离匹配一般很难达到实时跟踪目标的要求,出现误匹配或者跟踪丢失的情况,而且跟踪效率较低。Gary R.Bradski提出的CAMSHIFT[1](Continu-ously Adaptive Mean Shift)算法是以颜色直方图为目标模式的目标跟踪算法,可以有效地解决目标变形和部分遮挡的问题,而且运算效率很高
OpenCV-based motion tracking and implementation of some articles I read, I feel you can, share (2011-11-25, Visual C++, 127KB, 下载22次)

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

OpenCV实现的,播放AVI视频的程序,可能需要安装Xvid解码器才能正常运行!
OpenCV implementation, play AVI video of the program, you may need to install the Xvid codec to run properly! (2010-11-14, Visual C++, 32KB, 下载46次)

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

[OpenCV] facerecognition

基于OPENCV 的人脸检测代码学习 动态内存存储及操作函数 分类器结构及操作函数
It is uesd for face recognition which is baesd on opencv. (2010-05-17, Visual C++, 7KB, 下载11次)

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

[OpenCV] converfd

OPENCV实现卷积方法的频域滤波器用于数字图像处理
OPENCV method to achieve frequency domain convolution filters for digital image processing (2010-04-20, Visual C++, 3416KB, 下载128次)

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