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

[OpenCV] OpenCV 的一个视频人脸识别

本程序实现是从电脑摄像头中读入图像进行人脸检测、跟踪,利用了openCV中的Haar分类器
The realization of this program is to read the image from a computer camera for face detection and tracking, using the Haar classifier in openCV (2018-09-30, C/C++, 10321KB, 下载15次)

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

[OpenCV] test

将VS第一次配置时OpenCV的项目属性表保存下来,每次新建项目时引用即可。右击新建的项目,选择属性管理器,在Debug目录下添加现有项,选择该压缩文件中的OpenCV_Debug。这里配置的OpenCV的版本是2.4.11。
Save the item property table of OpenCV when VS is configured for the first time, and reference every time the new project is built. Right click on the new project, select property manager, add the existing items in the Debug directory, and select the OpenCV_Debug in the compressed file. The version of the OpenCV configured here is 2.4.11. (2018-04-09, C/C++, 18KB, 下载1次)

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

[OpenCV] SURF探测器拼接两张图像以创建全景的openCV实现

基于SURF的图像拼接,全景图像筛选特征点,进行匹配刷选转换
Image mosaic based on SURF panoramic image filtering feature points matching selection switch (2018-03-28, C/C++, 9600KB, 下载12次)

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

[OpenCV] 人脸识别

本程序用到了opencv 中的扩展库opencv contrib, 先用take.cpp来获取自己的数据库,然后在用tria.cpp来训练能检测自己的脸的检测器,再运行recon.cpp来进行人脸检测。
This program uses the extension library opencv contrib in OpenCV. First, take.cpp is used to get its own database, then tria.cpp is used to train the detector to detect its face, then run recon.cpp to detect the face. (2018-02-05, Visual C++, 8KB, 下载11次)

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

[OpenCV] FasterSurf

一个图像拼接框架。切换注释与未注释代码可实现不同检测器与描述子的组合。默认使用SURF+BRIEF,通过预设重叠区域比例排除非重叠区域特征点的检测,提升特征点检测速度,减少误匹配。
An image stitching frame. The switching annotation and the non - annotated code can implement the combination of different detectors and descriptors. Using SURF+BRIEF by default, the detection of non overlapping region feature points is eliminated by setting default area ratio. The detection speed of feature points is improved and mismatch is reduced. (2018-01-14, C++, 2KB, 下载5次)

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

[OpenCV] openCV-Practicefh

人脸识别: 相关功能: 1.将图像转换为灰度显示 2.应用高斯滤波器去除小的边缘 3.计算与画布边缘 4.修改边缘颜色 5.将Mat转换为Xcode的UIImageView显示
Face recognition: Related functions: 1. Convert the image to grayscale display 2. Use gaussian filter to remove small edges 3. Calculate the edge of the canvas 4. Modify the edge color 5. Convert Mat to Xcode UIImageView display (2017-08-22, Objective-C, 30370KB, 下载8次)

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

[OpenCV] haarcascades

可以在 opencv安装目录opencv\sources\data中找到。方便大家下载,故上传在这里。人脸检测,人脸识别,人眼检测,鼻子检测,嘴检测等等训练好的xml文件
You can find it in the opencv installation directory opencv\sources\data. Convenient for everyone to download, so upload here. Face detection, face recognition, eye detection, nose detection, mouth detection, and so on, the training of good XML files (2017-07-24, Java, 2032KB, 下载14次)

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

[OpenCV] cascadeclassifier_train

VS2010+opencv2.4.3利用HOG特征训练级联分类器,训练步骤网上有很多,这是训练代码,在属性-命令-命令参数中输入训练参数即可。
VS2010+opencv2.4.3 use HOG features of the training cascade classifier, there are many online training step, which is training the code in the Properties- Command- the command parameters entered training parameters. (2015-06-27, Visual C++, 18713KB, 下载62次)

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

[OpenCV] Space_Filter

OpenCV、空域滤波器(中值,均值,最大最小值...)
This code is designed for space filter and it is derived Digital Image Processing Matlab edition in page117 it has ArithmeticM_Filter for Arithmetic Mean Filtering GeometricM_Filter for Geometric Mean Filtering HarmonicM_Filter for harmonic Mean Filtering ConHarmonicM_Filter for Contrahamonic Mean Filtering Median_Filter for median filtering Max_filter for maximum filtering Min_filter for minimum filtering MidPoint_filter for mid point filtering (2015-05-07, C/C++, 168KB, 下载11次)

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

[OpenCV] VCPP

c++6.0编程代码,车道线检测,可运行,实现报警和鸣笛两种措施。运行前对OPENCV进行设置,并下载一个视频解码器。
the programming c++6.0 code, lane line detection can be run to achieve alarm and whistle two measures. Opencv set before running, and download a video codec. (2013-04-19, Visual C++, 4266KB, 下载217次)

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

[OpenCV] hough-change

利用opencv对图像进行哈夫变换,Hough变换利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,然后在Hough参数空间寻找累加器峰值的方法检测直线。
Opencv use the Hough transform to the image, Hough transformation point- line Duality image space and Hough parameter space to the image space, the problem of detection is converted to the parameter space. Through simple accumulation statistics, and then in the Hough parameter space in the parameter space Find accumulator peak detect linear. (2013-04-10, Visual C++, 9206KB, 下载14次)

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

[OpenCV] MyVideo1.0_AutoCamshift

序用MFC+openCV编写。可实现自动获得一个目标选择框并进行跟踪 先用视频前几帧进行帧间差分,用cvFindContours()得到二值差分图像中最大的连通块作为camshift的初始选择框 可能有些压缩格式的视频打不开,需要安装Xvid解码器
Write sequence with MFC+openCV. Automatic target selection box and the interframe difference the first few frames before the video track with cvFindContours () to get the binary difference image connectivity blocks as the initial selection box may camshift some compressed format video playing do not open, you need to install Xvid decoder (2013-03-07, Visual C++, 2853KB, 下载35次)

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

[OpenCV] videowrite

日期:2012年12月1日 环境:openCV2.3+window-xp+visual studio 2010 项目:window32控制台 功能:从摄像头或者从已有的视频中读取数据,并保存。保存文件为"video.avi" 注意:必须安装Xvid解码器
Date: December 1, 2012 Environment: openCV2.3+window-xp+visual studio 2010 project: window32 console functions: from camera or read the data from the existing video and save. Save the file as " video.avi" Note: You must install the Xvid decoder (2012-12-03, Visual C++, 2700KB, 下载10次)

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

[OpenCV] ParticleFilter

颜色直方图粒子滤波器,并给出了英文参考文献; 运行方式:在前景窗口,按p键停止,在目标区域点击鼠标,让程序自动识别出目标轮廓,再次按p键,即可跟踪
The color histogram particle filter, given English references operation modes: in the foreground window, press p stop clicking the mouse in the target area, allowing the program to automatically identify the target contour, press p again, you can track (2012-11-30, Visual C++, 12635KB, 下载339次)

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

[OpenCV] opencv_rand_draw

本文主要介绍下opencv中自带的一个随机数发生器的类RNG,这里我用这个类来画一些图形,和基础学习笔记之opencv(13):基本绘图 一文中类似,只是 这里画出来图像的坐标,大小,颜色,角度等所有信息都是随机的,且是用RNG这个类产生的。参考文献为opencv自带tutiol及其代码。   开发环境:opencv2.4.2+Qt4.8.2+ubuntu12.04+QtCreator2.5   实验功能:   1. 该实验可以画6中几何图形和1个文本显示,每种都是画80个,每画完一个延时100ms。   2. 打开软件后,默认画的图为直线。可以在软件的左下角Drawing Type下拉列表中选择不同的几何绘画图形及文字,这6种几何图形分别为画直线,画矩形,画椭圆弧线,画多边形,画圆,画填充多边形。文本显示为显示“OpenCv Forever!”,选择完后在窗口中会自动显示其随机绘图过程,   3. 单击Close按钮,退出软件。
This article introduces a random number generator that comes in under opencv class RNG, I use this class to draw some graphics, and study notes based on opencv (13): Basic Drawing a text similar to just draw out the image coordinates, size, color, angle, and all information is random, and this class of RNG. Reference to the opencv own tutiol its code. Development environment: opencv2.4.2+Qt4.8.2+ubuntu12.04+QtCreator2.5 experimental features: (1) The experiment can draw 6 geometry and a text display, each painting are 80 per unfinished a delay of 100ms. 2 Open the software, the default picture shows the straight lines of the painting. Different geometric painting graphics and text in the lower left corner of the software Drawing Type drop-down list, select the six kinds of geometry for drawing straight lines, draw a rectangle, draw elliptical arc, polygon drawing, draw a circle, draw filled polygons. The text display to show " OpenCv Forever!" , Select exhausted in the window w (2012-07-26, C/C++, 2600KB, 下载35次)

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

[OpenCV] facedetect

基于openCV的多角度人脸检测,融合了正脸侧脸haar分类器,具有极强鲁棒性
, The integration of multi-angle face detection based on openCV positive face side faces haar classifier, with strong robustness (2012-06-06, Visual C++, 8291KB, 下载554次)

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

[OpenCV] FaceDetection

FaceDetection是一个静态人脸检测程序,注意FaceDetection需要OpenCV提供的库支持,因此请首先到相关网站上下载并安装OpenCV,此外本程序需要导入一个分类器文件haarcascade_frontalface_alt.xml,该文件在OpenCV中提供,请读者将该文件复制到程序同一目录下,程序即可正确运行。
Is a static face detection program FaceDetection Note FaceDetection need OpenCV library support, first to a related Web site to download and install the OpenCV In addition, the program needs to import a classifier file haarcascade_frontalface_alt.xml the files in OpenCV readers to copy the file to the program the same directory, the program can run correctly. (2012-05-30, Visual C++, 1630KB, 下载6次)

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

[OpenCV] CLConvolution

分析了如何創建一個簡單的7x7濾波器的OpenCL是適用於所有的GPU。本案例研究將著眼於提高卷積卷積時的性能與小圖像內核,一般來說,基於 FFT卷積更快的30x30內核及以後 [1],但實際上它的使用不常見的大窗口大小。 .我們將首先實現卷積圖像,然後使用改進的濾波器性能通過使用__constant OpenCL的內存和緩存圖像信息在__local空間。
Analysis of how to create a simple 7x7 filter is applied to all OpenCL GPU. This case study will focus on improving the performance of the time convolution convolution kernel with a small image, in general, based on FFT convolution kernel and the subsequent 30x30 faster [1], but in fact it is not common to use a large window size. . We will first implement the convolution image, and then use the filter performance improved through the use of memory and cache __constant OpenCL image information in the __local space. (2011-05-08, Visual C++, 1246KB, 下载31次)

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

[OpenCV] kalman

kalman滤波器收到好的结果基于c++和opencv
Tracking of rotating point. Rotation speed is constant. Both state and measurements vectors are 1D (a point angle), Measurement is the real point angle+ gaussian noise. The real and the estimated points are connected with yellow line segment, the real and the measured points are connected with red line segment. (if Kalman filter works correctly, the yellow segment should be shorter than the red one). Pressing any key (except ESC) will reset the tracking with a different speed. Pressing ESC will stop the program. (2010-06-15, Visual C++, 6KB, 下载4次)

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

[OpenCV] opencv

利用OPENCV函数库所进行的极坐标变换。利用Hough变换进行直线、圆检测。计算一副彩色图像的色度-饱和度直方图。用卡尔曼滤波器跟踪一个旋转点。
OPENCV library use conducted by polar transformation. The use of a straight-line Hough transform, circle detection. Calculating a color image of the color- saturation histogram. Kalman filter to track a rotating point. (2010-03-09, Visual C++, 8KB, 下载88次)

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