CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - iplimage

搜索资源列表

  1. harrisCorner__2006528

    0下载:
  2. 用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
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1.74kb
    • 提供者:--
  1. Directshow_Opencv

    0下载:
  2. 本例提供了使用directshow代替opencv的vfw 的源代码,与转化为iplimage格式的算法. 实验中发现opencv的cvCaptureFromCAM 使用的是vfw,采用消息机制,速度较慢,测试发现fps只有 9-12左右,太慢了. 发现经过使用directshow后速度提升到60帧/s。
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:5.17kb
    • 提供者:fullball
  1. DirectshowForOpencv

    0下载:
  2. 提供了使用directshow代替opencv的vfw 的源代码,与转化为iplimage格式的算法.
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:5kb
    • 提供者:Songjian
  1. 1231123

    0下载:
  2. 从BMP图像文件数据流中生成IPLIMAGE对象 从IPLIMAGE对象中生成BMP的图像文件流-BMP image files from the data stream generated IPLIMAGE object IPLIMAGE object generated from the BMP image file stream
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-03
    • 文件大小:1.04kb
    • 提供者:shi10
  1. CamCapture

    0下载:
  2. 一个自己编写的利用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
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-26
    • 文件大小:10.65kb
    • 提供者:raymond
  1. EMCV

    0下载:
  2. EMCV全称为Embedded Computer Vision Library,是一个可在TI DM64x系列DSP上运行的计算机视觉库。EMCV提供了跟OpenCV完全一致的函数接口,通过EMCV,你可以轻松的将你的OpenCV算法移植到 DSP,甚至不用改一行代码。 目前EMCV已经支持IplImage, CvMat,CvSeq等基本数据结构,可使用cvCreateImage等创建和释放图像,以及contour检测等。 参考 http://emcv.svn.sourceforg
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-25
    • 文件大小:479.6kb
    • 提供者:lcj
  1. camer

    0下载:
  2. 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
  3. 所属分类:DirextX

    • 发布日期:2017-04-09
    • 文件大小:1001.46kb
    • 提供者:cf
  1. IplImage

    0下载:
  2. 基于OpenCv的IplImage相关方面处理的源代码-A IplImage related aspects of processing OpenCv the-based source code
  3. 所属分类:CSharp

    • 发布日期:2017-11-18
    • 文件大小:1.03mb
    • 提供者:GWJ
  1. aver_face

    0下载:
  2. 对YaleB正常光照下的所有人脸由Iplimage转化到数组形式,并将像素归一到0-255后求平均-The average face (pixel-based)
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:1.28kb
    • 提供者:沈耀强
  1. histogram

    0下载:
  2. 基于对话框中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
  3. 所属分类:Multi Monitor

    • 发布日期:2017-11-10
    • 文件大小:2.05kb
    • 提供者:徐飞
  1. KmeansColor

    0下载:
  2. Kmeans2算法并验证颜色种类(CvMat*&IplImage*指针的用法)-Kmeans2 algorithms and verify the color type (CvMat* & IplImage* pointer usage)
  3. 所属分类:Other systems

    • 发布日期:2017-05-10
    • 文件大小:2.31mb
    • 提供者:zhizhuo_33
  1. 1

    0下载:
  2. 视频读入,截取、灰度化显示! #include <cv.h> #include <cxcore.h> #include <highgui.h> IplImage* cvGetSubImage(IplImage *image, CvRect roi) -Video read, interception, graying show!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:686byte
    • 提供者:mine
  1. hu_bmp

    0下载:
  2. 这个程序主要是用IPLIMAGE类型实现的HU不变矩的最优算法,可以直接运行。-This program is mainly used IPLIMAGE type HU invariant moments achieve optimal algorithm can be run directly.
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-30
    • 文件大小:170.84kb
    • 提供者:wxg
  1. Imgdisplay

    0下载:
  2. 利用opencv的IPlimage格式的逐贞取图象,视频显示结果的一个演示平台-Use of opencv IPlimage format by the zhen take images, video shows the result of a demonstration platform
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-17
    • 文件大小:4.11mb
    • 提供者:zhangjie
  1. bishe6

    0下载:
  2. 介绍的CCameraDS类调用采集函数可直接返回IplImage,使用更方便,且集成了DirectShow-CCameraDS call presentation class collection function can be directly returned IplImage, easier to use, and the integration of DirectShow
  3. 所属分类:Other systems

    • 发布日期:2017-05-26
    • 文件大小:8.21mb
    • 提供者:卜帆
  1. opencv数据类型转换函数

    0下载:
  2. opencv中常见的Mat IplImage CvMat IplImage*数据类型转换函数(Common Mat IplImage CvMat IplImage* data type conversion functions in opencv)
  3. 所属分类:其他

    • 发布日期:2018-04-28
    • 文件大小:10kb
    • 提供者:丫、、
搜珍网 www.dssz.com