搜索资源列表
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
cvhog
- 在做行人检测的毕设 看了很久OPENCV中cvhog的代码 自己加了些注释 希望对大家有所帮助 有问题可以探讨 chjb_0513@yahoo.com.cn-pedestrian detection OPENCV cvhog source code annotations
basicOCR
- 基于OpenCV的OCR程序,可以实现数字识别,程序采用KNN算法,可以对样本数据进行计算-Based on OpenCV' s OCR program, you can digital identification process using KNN algorithm can calculate the sample data
OpenCV_SIFT(C-CPP)
- 基于OpenCV下的sift算法源代码,可用于图像匹配-Under the sift algorithm based on OpenCV source code can be used for image matching
main.cpp
- 利用opencv求解不变矩的演示程序 并进行图片分类 效果不错-Opencv solving the same moment the use of the demonstration program
good_features.cpp
- How to use OpenCV s GoodFeaturesToTrack to detect good features that could be tracked in a movie or a camera sequence.
DistributeColor.cpp
- The program uses opencv and distrbute color according to distance of Object pixels.
opencv.cpp
- example open image with opencv
facedetect1.cpp
- This a opencv facedetect program works fine... try to compile and run in ubuntu8.04-This is a opencv facedetect program works fine... try to compile and run in ubuntu8.04
adaptiveskindetector.cpp
- Adaptive skin detection program using C++ and OpenCV library
tree_engine.cpp
- The program using C++ and OpenCV library demonstrates how to use different decision trees
stereo.cpp
- Basic Stereo Algorithme OpenCV C-Basic Stereo Algorithme OpenCV C++
face-opencv-cPP
- 基于opencv 人脸识别 pca 算法 c++的实现 -Pca-based face recognition algorithm opencv c++ implementation
OpenCV-Project
- 这是一个使用OpenCv,在VC++ MFC平台下实现的图形图像处理程序源码,主要功能有彩色变灰阶,图像方向、旋转、放大缩小、水平镜像、垂直镜像、Laplace 变换、RGB分量、HSV分量、喇叭、分量等。-AppWizard has created this MyOpenCVMFC application for you. This application not only demonstrates the basics of using the Microsoft Foundation
opencv
- 在进行图像处理相关DSP编程时,需要移植opencv到CCS平台。作者提供了将Opencv(1.0版本)移植到CCS的实测例程,该例程经作者编译听通过(ccs3.3版本)。工程中包括opencv.cpp(为测试源文件),和cv.lib、cxcore.lib、rts64plus.lib(为例程需要的库文件,其中cv.lib与cxcore.lib为opencv移植过来的库文件,如果读者需要了解cv.lib与cxcore.lib的移植过程,请下载作者提供的cv.lib的生成工程以及cxcore.lib
opencv-cPP
- c plus code for opencv-c plus plus code for opencv
main.cpp
- 图像操作中比较基础的就是透视变换,初进open cv,实现了透视变换,代码如压缩吧所示(Perspective transformation by opencv)
MyTest.cpp
- 实现使用c和opencv进行图像的基本操作,如形态学,分割等预处理工作(mplementation of the basic operations of images using C and opencv, such as morphology, segmentation and other preprocessing work)
protobuf-cpp-3.1.0.tar
- 用以解决使用CMAKE编译opencv源码时出现的下载错误(A download error to be used to solve the use of CMAKE compiled opencv source code)
平滑处理.cpp
- 使用C语言,调用OpenCV的库,来对图像进行平滑处理。(Use the C language to call the OpenCV library to smooth the image.)