搜索资源列表
gaosi
- 在OpenCV的cvaux有高斯混合模型函数,其中定义了CvGaussBGModel类用于存放高斯混合模型的各个参数。在编写代码前需要对cvbgfg_gaussmix.cpp和cvaux.h这两个文件做些修改
HaarFaceDetect.zip
- This program is the haar opencv face detector slightly modified for ease of use There are command line options available to avoid the need to use the gui (see facedetect.cpp for the command line option format This program needs fltk installed. I
MFC
- 一个很好的有关OPENCV和MFC相结合的例子,-A good combination of relevant OPENCV and the MFC example,
file
- 程序说明: 1)image文件里保存着标定图片 2)calibdata.txt 保持标定图片的路径(根据实际设置) 3)在标定源文件中 calibration.cpp 根据不同的标定标规格需要设置的参数: CvSize board_size = cvSize(5,7) /* 定标板上每行、列的角点数 */(不包括边缘的角点) 这里值得注意的是拍摄的时候要完整的拍下标定板。-you can learn this
HausDorffComputer
- 源码包括鲁棒性HausDorff算法(RHD)的C++版本,分为三个文件,分别为HausDorffComputer.cpp,HausDorffComputer.h,CommonHeader.h,实现了RHD算法,同时增加了OPENMP并发编程的指令,可供OPENCV图形开发人员参考。-This Rar file consists three files named HausDorffComputer.cpp, HausDorffComputer.h and CommonHeader.h. It
CheetSeat_Welcome
- The OpenCV C++ reference manual is here: http: // opencv. willowgarage. com/ documentation/ cpp/ . Use Quick Search to nd descr iptions of the particular functions and classe
mushroom.cpp
- Mushroom example with OpenCV and C language. This program demonstrated the use of OpenCV s decision tree function for learning and predicting data
Opencv-Basics-CPP
- Opencv Basics : Canny Transformation , Image Erosion, Window without title bar.
MyCodeOpenCV
- 总结的OpenCV代码。其中包括了CANNY灰度边缘处理。还有显示图像。包括高度宽度各取一半的显示。把txt格式转换成cpp即可-Summary OpenCV code. Including CANNY gray edge treatment. There are display images. Including the height of the width of each of half of the show. Txt file into cpp to
MyCode
- OpenCV基础cpp.包括RGB转成灰度图像,载入图像平滑处理,ROI的应用这三个文件。利于初学者学习。-The OpenCV basis cpp. RGB to grayscale image, load the image smoothing, ROI application of these three documents. Will help beginners to learn.
canny.cpp
- OpenCv Code for detecting the edges of a picture, note that u can change the parameters to have your preferable result-OpenCv Code for detecting the edges of a picture, note that u can change the parameters to have your preferable result
sauvola
- 使用sauvola方法进行的图像二值化,其中包含了计算局部均值和方差的函数,使用Opencv进行数据保存-Use sauvola method of image binarization, contains a function to calculate the local mean and variance, using Opencv for data storage
CvvImage
- opencv程序中检测使用的CvvImage CvvImage类 文件
faceDetect
- 采用opencv实现人脸图像的检测,定位人脸的位置-Using opencv face image detection, and locate the face position
watershed
- 用C++写的OPENCV的分水岭算法源码-watershed algorithm with cpp and opencv
indexfromPNG.cpp.tar
- 利用libpng库解码读取png图片,获取图片像素的颜色索引值,并将结果保存在opencv的Mat数据容器中。-The color index value for each pixel of a png pixture is given by this code with the help of libpng library. The result is saved in Mat class of opencv.
Jigsaw-puzzle-Game-By-CPP-and-Opencv
- 通过C++和Opencv编写了一个拼图板小游戏,类似于Windows 7自带小工具“图片拼图板”,支持设置拼图板的行数和列数,有兴趣可以下载来玩一玩- 通过C++和Opencv编写了一个拼图板小游戏,类似于Windows 7自带小工具“图片拼图板”,支持设置拼图板的行数和列数,有兴趣可以下载来玩一玩 C++ and Opencv prepared by a puzzle board game, similar to the Windows 7 comes with a small
AutoCanny-master
- Zero-parameter, automatic Canny edge detection with C++ and OpenCV. This is a conversion of Adrian Rosebrock's python scr ipt to c++. Everything is contained in the include folder in auto_canny.h There's an simple code in src/main.cpp to rea
MyTest.cpp
- 实现使用c和opencv进行图像的基本操作,如形态学,分割等预处理工作(mplementation of the basic operations of images using C and opencv, such as morphology, segmentation and other preprocessing work)
平滑处理.cpp
- 使用C语言,调用OpenCV的库,来对图像进行平滑处理。(Use the C language to call the OpenCV library to smooth the image.)
