搜索资源列表
EdgeDetection
- Program use openCV to demo edge detection (algorithm Gradient).
SDI_OpenCV
- 一个基于opencv的用于人脸检测和识别的MFC程序。-For opencv-based Face Detection and identification of the MFC program.
openCV-program
- 人脸识别特指利用分析比较人脸视觉特征信息进行身份鉴别的计算机技术。人脸识别是一项热门的计算机技术研究领域,它属于生物特征识别技术,是对生物体(一般特指人)本身的生物特征来区分生物体个体。 -learning on opencv a book supporting source, can be used as learning opencv reference for the beginner, want to learn computer help visual learners
neural_network
- This program is the program implementing the neural network. It is the program which implements the binary classification by using the neural network. i used with opencv and vc-This program is the program implementing the neural network. It
adaboost_openCV
- vc6.0环境下,使用opencv,基于adaboost算法的人脸检测识别程序,可以对视频流进行 处理,需要安装opencv1.0。-the vc6.0 environment opencv face detection and recognition program based on the AdaBoost algorithm for processing the video stream, need installation opencv1.0.
KRT_from_P
- 此程序可从投影矩阵中分解出摄像机的内外参数(K、R、T),效果很不错。需要包含opencv头文件。-The program can decompose interior and exterior parameters(K,R,T) from a camera s projection matrix. Strong performace has been demonstrated. What you only have to do is to contain relative OPENCV hea
HistEqTest
- 直方图均衡化程序,vs2005程序~~,运行时需添加opencv库支持-Histogram equalization program, vs2005 program ~ ~ runtime need to add opencv library support
Equalize
- Program that equalize the image using opencv only for read image
GetSample
- 使用opencv写的制作训练样本的小程序,用于减小制作样本的工作量-Making use of opencv write a small program of training samples, used to reduce the workload of production samples
Random-Forest-Classify
- 随机森林分类器,用Opencv与C混合编程实现,程序包含如何分类及训练,对初学者有一定的帮助-Random Forest classifier, using Opencv with C mixed programming, the program includes how to classify and training, there is some help for beginners
opencv_project
- openCv 写的一个用于显示图像的小程序,测试通过,可以直接使用,仅供学习参考-openCv write a small program used to display the image, test can be used directly, for study and reference
DetFace
- 该程序可以实现对人脸检测,采用经典的Adaboost算法,利用了OPENCV库,简单可靠,亲测能用。-The program can be achieved on face detection, Adaboost algorithm classic, OPENCV library use, simple and reliable, pro-test be used.
DeepLearnToolbox_CNN_lzbV3.0
- CNN - 主程序 参考文献: [1] Notes on Convolutional Neural Networks. Jake Bouvrie. 2006 [2] Gradient-Based Learning Applied to Document Recognition. Yann LeCun. 1998 [3] https://github.com/rasmusbergpalm/DeepLearnToolbox 作者:陆振波 电子
8数码
- 需要说明的是:本文示例图中的目标状态在计算上是最快捷的,首先取数很方便,一般地查看目标在第i个位置上的值,则需要访问数组goal[i],而这里goal[i]==i,故而无需访问数组;第二,要想知道数码n的目标位置,则需要找到goal[i]==n,然后row=i/3,col=i%3. 但是这里的话,row=n/3,col=n%3. 当我们用8位无符号整型来表示各个数码值(0~8)时,n/3和n%3操作是非常快的,比访问数组还快。 程序还提供一种玩游戏模式,即用户自己通过W,S,A,D四个键分
改进的高斯混合背景模型的实现
- 利用改进的高斯混合模型对前景目标的提取有较好的作用,这是基于OpenCV的C++程序,请安装OpenCV库进行调试(The improved Gauss mixture model has a good effect on foreground target extraction. This is a C++ program based on OpenCV. Please install OpenCV library for debugging)