搜索资源列表
Sample-2.3-20110710
- OpencvSharp是一个高效的OpenCV的C#版本,本资源是OpencvSharp最新版本的相关例程,具有很高的参考价值!-OpencvSharp is an efficient C# version of OpenCV, the resource is OpencvSharp latest version of the routines, a high reference value!
VideoProj
- OpenCV 人脸识别示例,请将源码拷贝至E盘(具体路径,参见编译后提示) 请使用Debug模式编译-OpenCV Face Recognition sample, please copy the source code to the E site (the specific path, see the compiled tips), please use the Debug mode compilation
examples
- OPEN CV 示例程序,基于C++,很好的图像处理工具-OPEN CV sample program, based on C++, very good image processing tools
ca
- 读者可以直接使用Opencv自带的摄像机标定示例程序,该程序位于 “\OpenCV\samples\c目录下的calibration.cpp”,程序的输入支持直接从USB摄像机读取图片标定,或者读取avi文件或者已经存放于电脑上图片进行标定。-Readers can use the Opencv comes with the camera calibration sample program, the program is located in "\ OpenCV \ samples \ c d
HaveImgFun
- 本代码为C++所写的,基于openCV的图像检测的基本示例程序-This code is written for C++, the basic sample program based on image detection of openCV
FaceDetection
- This an sample project of face detection which is written in Objective -C program . Please set your own code sign if you want to run in real device-This is an sample project of face detection which is written in Objective -C program . Please set
EX1
- 1.用OpenCV实现打开一幅彩色图像,显示出来; 2.将其转换为灰度图并保存为文件; 3.将其二值化并保存为文件(二值化阈值最好用滚动条交互式输入,图像二 值化效果能实时变化更好,可参考OpenCV的sample程序edge.c)-1 using OpenCV open a color image display 2 converted to grayscale and saved as a file 3 the second value and save
findpixel
- Get pixel values for image and sample source code in visual c++.
grayImage
- sample source code for gray image histogram in opencv visual c-sample source code for gray image histogram in opencv visual c++
calibration
- 标定程序,opencv自带的示例程序。读者可以直接使用Opencv自带的摄像机标定示例程序,该程序位于 “\OpenCV\samples\c目录下的calibration.cpp”,程序的输入支持直接从USB摄像机读取图片标定,或者读取avi文件或者已经存放于电脑上图片进行标定。-Calibration procedures, opencv comes with sample programs. Readers can Opencv use camera calibration sample p
guassian-discriminant-analysis
- 基于opencv实现的c++版高斯判别分类,随机生成两类满足正态分布的训练样本点,利用高斯判别分析进行分类-Based on c++ version of the opencv, we realized gaussian discriminant classification by randomly generating two classes meet normal distribution of the training sample points, and used gaussian di
srcp281p29
- surf算法的c语言编程。内附示例图片 surf算法的c语言编程。内附示例图片-surf algorithm c language programming. Included sample pictures
Python-opencv车牌识别
- 算法思想来自于网上资源,先使用图像边缘和车牌颜色定位车牌,再识别字符。车牌定位在predict方法中,为说明清楚,完成代码和测试后,加了很多注释,请参看源码。车牌字符识别也在predict方法中,请参看源码中的注释,需要说明的是,车牌字符识别使用的算法是opencv的SVM, opencv的SVM使用代码来自于opencv附带的sample,StatModel类和SVM类都是sample中的代码。SVM训练使用的训练样本来自于github上的EasyPR的c++版本。由于训练样本有限,你测试时会
