搜索资源列表
harrisCorner__2006528
- 用openCV编写的角点检测程序,其中第一个角点检测是从一缓冲区读入到图像,转换成IplImage后检测出角点;第二个角点检测函数是检测两副图像的角点,以便于进行匹配等运算操作。-used to prepare the corner detection procedures, the first one corner detection is a buffer to read images into IplImage after detect corner; the second corner
Directshow_Opencv
- 本例提供了使用directshow代替opencv的vfw 的源代码,与转化为iplimage格式的算法. 实验中发现opencv的cvCaptureFromCAM 使用的是vfw,采用消息机制,速度较慢,测试发现fps只有 9-12左右,太慢了. 发现经过使用directshow后速度提升到60帧/s。
DirectshowForOpencv
- 提供了使用directshow代替opencv的vfw 的源代码,与转化为iplimage格式的算法.
1231123
- 从BMP图像文件数据流中生成IPLIMAGE对象 从IPLIMAGE对象中生成BMP的图像文件流-BMP image files from the data stream generated IPLIMAGE object IPLIMAGE object generated from the BMP image file stream
CamCapture
- 一个自己编写的利用DShow获取摄像头图像并将其封装为OpenCV兼容图片格式(IplImage)的类,可兼容数字摄像头、采集卡等-I have written a dshow access to the use of camera images and packaging for OpenCV compatible image format (IplImage) class, compatible digital camera, collecting cards
EMCV
- EMCV全称为Embedded Computer Vision Library,是一个可在TI DM64x系列DSP上运行的计算机视觉库。EMCV提供了跟OpenCV完全一致的函数接口,通过EMCV,你可以轻松的将你的OpenCV算法移植到 DSP,甚至不用改一行代码。 目前EMCV已经支持IplImage, CvMat,CvSeq等基本数据结构,可使用cvCreateImage等创建和释放图像,以及contour检测等。 参考 http://emcv.svn.sourceforg
camer
- CCameraDS类调用采集函数可直接返回IplImage,使用更方便,且集成了DirectShow,勿需安装庞大的DirectX/Platform SDK。-CCameraDS class collection function is called direct return of IplImage more convenient to use, and integrates DirectShow Needless to install a huge amount of the DirectX
IplImage
- 基于OpenCv的IplImage相关方面处理的源代码-A IplImage related aspects of processing OpenCv the-based source code
aver_face
- 对YaleB正常光照下的所有人脸由Iplimage转化到数组形式,并将像素归一到0-255后求平均-The average face (pixel-based)
histogram
- 基于对话框中picture控件绘制直方图 是在视频流中截取出的一帧图像进行直方图统计,如果不停的截取,将形成动态的直方图,该函数是基于OpenCV中视频帧中调用,故参数是IplImage类型的-Based on dialog box picture control drawing histogram is in streaming video capture a frame of image histogram statistics, if intercepted, will form a dy
KmeansColor
- Kmeans2算法并验证颜色种类(CvMat*&IplImage*指针的用法)-Kmeans2 algorithms and verify the color type (CvMat* & IplImage* pointer usage)
1
- 视频读入,截取、灰度化显示! #include <cv.h> #include <cxcore.h> #include <highgui.h> IplImage* cvGetSubImage(IplImage *image, CvRect roi) -Video read, interception, graying show!
hu_bmp
- 这个程序主要是用IPLIMAGE类型实现的HU不变矩的最优算法,可以直接运行。-This program is mainly used IPLIMAGE type HU invariant moments achieve optimal algorithm can be run directly.
Imgdisplay
- 利用opencv的IPlimage格式的逐贞取图象,视频显示结果的一个演示平台-Use of opencv IPlimage format by the zhen take images, video shows the result of a demonstration platform
bishe6
- 介绍的CCameraDS类调用采集函数可直接返回IplImage,使用更方便,且集成了DirectShow-CCameraDS call presentation class collection function can be directly returned IplImage, easier to use, and the integration of DirectShow
opencv数据类型转换函数
- opencv中常见的Mat IplImage CvMat IplImage*数据类型转换函数(Common Mat IplImage CvMat IplImage* data type conversion functions in opencv)