Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - opencv code
Search - opencv code - List
这个一个opencv代码。通过对库函数调用,实现图片的边缘检测以及轮廓识别。对于入门opencv很有参考价值。-this one OpenCV code. Through library function call, on the brink of achieving Photo contour detection and identification. For entry OpenCV of great reference value.
Date : 2008-10-13 Size : 33.78kb User : liangjie

一个OPENCV人脸检测的源码,在VC6下打开,需安装OPENCV3.1-a OPENCV Face Detection source code, under the VC6 open, the need to install OPENCV3.1
Date : 2025-12-25 Size : 4.53mb User : fansir

这个一个opencv代码。通过对库函数调用,实现图片的边缘检测以及轮廓识别。对于入门opencv很有参考价值。-this one OpenCV code. Through library function call, on the brink of achieving Photo contour detection and identification. For entry OpenCV of great reference value.
Date : 2025-12-25 Size : 34kb User : liangjie

一个外国人写的经典人脸检测原代码,其代码简洁明朗,很具有阅读性和研究价值-a foreigner to write the classic Face Detection original code, the code simple uncertainty, it is very reading and research value
Date : 2025-12-25 Size : 1.3mb User : 吴哲

利用级联的HAAR分类器寻找检测目标,采用OPENCV编写,代码简单运行稳定-Use the haar classifier cascade testing to find the target, using OPENCV preparation, code simple and stable operation
Date : 2025-12-25 Size : 179kb User : 鄢胜勇

video based face detection source code. very useful! it doesn t rely on opencv
Date : 2025-12-25 Size : 66kb User : sjtuzyk

Adaboost 正面人脸识别; 必须先装上OPENCV,编译环境乃是visual studio 2005-Adaboost Face Recognition positive must be fitted with OPENCV, compiler environment is visual studio 2005
Date : 2025-12-25 Size : 8.45mb User : 周飞

This zip file contains source code and windows executables for carrying out face detection on a gray scale image. The code implements Viola-Jones adaboosted algorithm for face detection by providing a mex implementation of OpenCV s face detector. Instructions for use and for compiling can be found in the Readme file. Usage: FaceDetect (<Haar Cascase XML file>, <Gray scale Image>) The function returns Nx4 matrix. In case no faces were detected, N=1 and all four entries are -1. Otherwise, N=number of faces in the image and the vector contains the x, y, width and height information of the face. Example, A = imread ( lena.jpg , JPG ) Img = double (rgb2gray(A)) Face = FaceDetect( haarcascade_frontalface_alt2.xml ,Img) -This zip file contains source code and windows executables for carrying out face detection on a gray scale image. The code implements Viola-Jones adaboosted algorithm for face detection by providing a mex implementation of OpenCV s face detector. Instructions for use and for compiling can be found in the Readme file. Usage: FaceDetect (<Haar Cascase XML file>, <Gray scale Image>) The function returns Nx4 matrix. In case no faces were detected, N=1 and all four entries are-1. Otherwise, N=number of faces in the image and the vector contains the x, y, width and height information of the face. Example, A = imread ( lena.jpg , JPG ) Img = double (rgb2gray(A)) Face = FaceDetect( haarcascade_frontalface_alt2.xml ,Img)
Date : 2025-12-25 Size : 1.24mb User : ruan

我写的基于OPENCV的人脸检测程序!先找到haar特征,然后基于Adaboost检测!-the code based on OpenCV which is used to detect the faces
Date : 2025-12-25 Size : 9.78mb User :

Face detection code using OpenCV for matlab
Date : 2025-12-25 Size : 1.06mb User : madmax

基于adaboost的构造的cascade用于快速检测人脸,能够实时检测视频中的人脸。没有采用opencv的代码。-Adaboost based on the structure of the cascade for the rapid detection of human faces, real-time video can face. Did not use the code opencv.
Date : 2025-12-25 Size : 1.46mb User : wangdi

Testing Code for Camshift Demo using OpenCV
Date : 2025-12-25 Size : 2kb User : Tuan

OPENCV图像识别算法的一些例子代码,适合图像识别入门。-Image recognition algorithm OPENCV some examples of code, suitable for image recognition entry.
Date : 2025-12-25 Size : 1.13mb User : 婷婷

OpenCV的嵌入式代码,主要是支持德州仪器公司的数字信号处理6000系列,供大家参考-OpenCV embedded code, mainly in support of TI' s digital signal processing 6000 series, for your reference
Date : 2025-12-25 Size : 236kb User : 徐剑

提取HOG特征,写入bin文件(源码) 5 提取HOG特征,写入bin文件(源码.Loadpos将info.dat(样本描述文件,开头是样本数量和大小,然后每一行代表一个样本,分别是图像文件名、目标个数....... -HOG feature extraction, write bin files (source code) 5 extracted HOG features, write bin files (source code. Loadpos will info.dat (sample description file begins with the number and size of the sample, and then each row represents a sample, namely, the image the file name, target number of .......
Date : 2025-12-25 Size : 2.69mb User : 简宏伟

circle detection using hough method. The code uses openCV library.
Date : 2025-12-25 Size : 5.87mb User : Gaurav

OpenCV 人脸识别,自己做的一个小的project中的部分代码-OpenCV code for circle detect
Date : 2025-12-25 Size : 878kb User : Cao

本程序是使用OPENCV对运动物体进行检测,内中包含一段运动车量视频,代码经过调试正确-This procedure is used to detect moving objects OPENCV on, in the amount contained in a sports car video, the correct code after debugging
Date : 2025-12-25 Size : 4.01mb User : chennaruto

opencv写的手写识别源代码,暂时只支持大写英文字母识别,分训练和识别两个-opencv source code written in handwriting recognition, being only support capital letters to identify, train and identify two points
Date : 2025-12-25 Size : 256kb User : wu

在树莓派上使用摄像头进行实施的二维码识别,并生成报表(Recognition of two-dimensional code implemented on camera using raspberry pie, and report generation.)
Date : 2025-12-25 Size : 27kb User : 微笑的弧度1223
« 12 3 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.