搜索资源列表
OpenCV-Intel
- This package contains the source code and the reference manual of the Intel Computer Vision Library. It is a great tool for image processing. -This package contains the source code and t he reference manual of the Intel Computer Visio n Library. It i
OpenCVExamples
- The most useful examples of the application with opencv.-The most useful examples of the applicatio n with opencv.
OpenCV_face_detector
- 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. Ins
NCC.rar
- NCC算法的描述,很详细,适合初学者,图像匹配必须,NCC algorithm described in great detail, suitable for beginners, image matching to be
imageStitching
- opencv图像拼接代码,可以把n张图片合并到一张图片-opencv image mosaic code n pictures can be merged into one picture
Opencv-waveletTransformation
- Opencv 小波变换功能实现 程序功能强大,能实现图像的N级小波分解和复原-Opencv Wavlet Image code
camera
- OpenCV通过摄像头获取两幅图片,用Visual 6.0 开发的. 通过键盘n,m获取两张图片,q退出-OpenCV camera access through the two images, with the development of Visual 6.0. Through the keyboard n, m to obtain two images, q from the
stereo_readimage
- 普通双目摄像机下利用OpenCV的函数实现标定、校正、匹配,匹配方法利用了多种匹配的算法简单做了下比较,其中的GPU算法需要有N卡的支持。-Ordinary binocular camera using OpenCV function calibration and correction, match, matching method uses a variety of simple matching algorithm under which the the GPU algorithm req
ncc
- The normalized cross correlation (NCC) implemented in C++ and Matlab
n
- image processing opencv
median
- Function realized median filter with irregular mask by using Visual Studio, and OpenCV library. User can define mask by special matrix with unrestricted size N x M, which includes 0 and 1 values. Only 1 values determine which element of neighbor
kmeans
- k-means 算法接受输入量 k ;然后将n个数据对象划分为 k个聚类以便使得所获得的聚类满足:同一聚类中的对象相似度较高;而不同聚类中的对象相似度较小。聚类相似度是利用各聚类中对象的均值所获得一个“中心对象”(引力中心)来进行计算的。基于c++和opencv-This program gets an image and the desidered number of partitions and finds the means of the different classes and pro
escala
- Escala en opencv Scale in opencv n visual studio 2008
a
- ·· opencv ··· 基础程序中的模块匹配 -[code]#include <cv.h> #include <cxcore.h> #include <highgui.h> #include <stdio.h> int main( int argc, char** argv ) { IplImage*src,*templ,*ftmp[6] //ftmp will hold results int
framegrabbing
- Opencv视频抓帧,每隔N帧,保存成图像。-Opencv video frame grabbing every N frames, save it as an image.
The-MIT-n-database
- 基于openCV的图像处理,C++编程,小程序,自己编的-OpenCV-based image processing, C++ programming, applets, series
OpenCV-Gaussian-model-n
- OpenCV 基于混合高斯模型GMM的运动目标检测-OpenCV based on Gaussian mixture model GMM moving target detection
ngrysource
- [linqua n]matlab编的一个时钟界面 比较小,不错的源码 很好([linqua n] matlab compiled a clock interface is small, good source is very good)
givevequation
- 寻找三次样条多项式需要求解大量的线性方程,实际上,给定N个断点(Looking for cubic spline polynomial need solving large linear equation, in fact, for a given N the breakpoint)
拼接
- 一个图像拼接程序,输入两张图像,输出拼接图,我用的是OpenCV2.4.7(n image stitching program, input two images, output mosaic.)