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

搜索资源列表

  1. OpenCV 4 下的图像任意角度的旋转

    0下载:
  2. OpenCV 4下的图像任意角度的旋转 //待旋转的图像Img_old //返回的旋转后图像类型 IplImage* Img_tmp. //旋转的角度,单位度. //三种不同的方法.其中方法二没有完全测试,方法一可以满足大部分需要-OpenCV four images of arbitrary rotation angle / / Image Rotation question Img_old / / to return to the rotation after the image type
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:2kb
    • 提供者:孙剑
  1. OpenCvViewImage

    0下载:
  2. A module that allows a programmer to display an iplImage at any point of time regardless of its depth or number of channels. The image is viewed in a separate thread in a separate window and supports channel-by-channel viewing and zooming.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:5.86kb
    • 提供者:赖做梦
  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. correspond

    0下载:
  2. 这是关于计算机视觉编程中常出现的问题,如何将HBITMAP转换成IplImage,实现两种图像格式之间的转换-This is the vision of computer programming problems often arise, how to convert IplImage HBITMAP achieve both image format conversion between the
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:2.43mb
    • 提供者:山海涛
  1. labe_forOpencv

    0下载:
  2. 连通区域标记程序,本程序使用了opencv中图像数据结构:IplImage。算法原理:首先进行第一次扫描,标记连通区域;然后对等价标记进行合并;最后进行第二次扫描,对等价标记进行重新标记。-regional connectivity marking procedures, the procedures for the use of the OpenCV Image data structure : IplImage. Algorithm tenets : first for the first
  3. 所属分类:图形图像处理(光照,映射..)

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

    0下载:
  2. video capture in derectshow way,这是自运动目标与跟踪的朋友需要的,其中,已经把图像转成了opencv的iplimage格式。-video capture in derectshow way, This is the moving target tracking and friends in need, which, The image has been turned into the iplimage opencv format.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1.03kb
    • 提供者:李乃安
  1. RealTime_tracking

    0下载:
  2. 该代码包括从CCD+采集卡采集到的视频,转成opencv的iplimage格式,在跟踪方面用到了camshift,我做过一个自动的跟踪也是基于此算法的,有需要的朋友可以发e-mail给我,大家多多交流吧。-code from the CCD acquisition card processing of video, conversion opencv iplimage the format used in tracking the camshift. I conducted an automat
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3.25kb
    • 提供者:李乃安
  1. Capture_in_Directshow_Opencv

    0下载:
  2. 这是opencv和directshow之间关于视频采集和转换成opencv能识别的iplimage格式的代码,其中包括了三个程序,ARFrameGrabber.cpp,ARFrameGrabber.h,main.cpp,看好再下吧,在用到有问题可以发信到linaian2005@sina.com.cn-and directshow between Video Capture and convert openc v iplimage can recognize the format of the c
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:5.6kb
    • 提供者:李乃安
  1. SubImage IplImage对象或者BYTE型数组中取出一幅图像的子图像

    0下载:
  2. 用于从一个IplImage对象或者BYTE型数组中取出一幅图像的子图像,类似于OpenCV中的SetImageROI,但是该函数提供的功能是原图像子图像的一个拷贝,而非在原图像中设置ROI。-For the IplImage from a BYTE array object or remove an image of the sub-image, similar to OpenCV' s SetImageROI, but the function is the function of the o
  3. 所属分类:OpenCV

    • 发布日期:2017-03-22
    • 文件大小:1.81kb
    • 提供者:Glorious Fool
  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. Threshold

    0下载:
  2. TIDSP(DM643)图像处理的例子,但是我做了修改,把图像格式由FVID_Frame改成IplImage来进行处理,结果很正常,使用的试验箱是合众达试验箱.-TIDSP (DM643) Image processing examples, but I made changes to the image format from the FVID_Frame into IplImage to carry out treatment, the results of normal, using th
  3. 所属分类:DSP program

    • 发布日期:2017-04-03
    • 文件大小:759.87kb
    • 提供者:郭建勋
  1. mirror

    0下载:
  2. picHMinitor(IplImage* src,IplImage * dst) // //这个函数实现图像的水平镜像 // picVMinitor(IplImage* src,IplImage * dst) //这个函数实现图像的垂直镜像 -picHMinitor (IplImage* src, IplImage* dst)//// This function mirrors the level of image// picVMinitor (IplImage* src, Ip
  3. 所属分类:assembly language

    • 发布日期:2017-03-27
    • 文件大小:609byte
    • 提供者:caizhiyi
  1. QTwithOpenCV

    0下载:
  2. 在QT中,应用OpenCV,编写了 IplImage 到QImage 的转变。-In QT, the application of OpenCV, the preparation of the IplImage to a QImage changes.
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:2.5kb
    • 提供者:天雨
  1. 2011_opencvBasicStructure__Test

    0下载:
  2. 刚学习opencv时候,入门级测试代码。主要是对opencv基本数据结构CvMat、IplImage相关操作的测试。里面含有多个小测试文件,均可在VS20101下单独运行。(opencv2.1版本)-Just learning opencv time, entry-level test code. Opencv mainly for basic data structure CvMat, IplImage related operations test. Which contains sever
  3. 所属分类:OpenCV

    • 发布日期:2017-04-04
    • 文件大小:27.9kb
    • 提供者:tanfenfly
  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. IplImage

    0下载:
  2. IplImage结构体及相关知识;理解IplImage结构体的一些重要成员;颜色3通道的理解,RGB颜色空间的理解,ROI区域的理解等知识。如果通过指针访问图像数据,与图像相关的一些基础知识 -IplImage structure and knowledge understanding the IplImage some important members of the structure knowledge of color 3 channel understanding, the u
  3. 所属分类:OpenCV

    • 发布日期:2017-11-24
    • 文件大小:1.19kb
    • 提供者:muyouya
  1. frame-difference(IplImage

    0下载:
  2. 在visual studio2010和opencv244写的连续帧差法的背景建模,图像处理采用IplImage*类型。加入空的工程即可运行。-Written in visual studio2010 and opencv244 frame differential method for background modeling, image processing using IplImage* type.
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:1.12kb
    • 提供者:chenzx
  1. IplImage

    0下载:
  2. IplImage结构体及相关知识;理解IplImage结构体的一些重要成员;颜色3通道的理解,RGB颜色空间的理解,ROI区域的理解等知识。如果通过指针访问图像数据,与图像相关的一些基础知识-IplImage structure and knowledge understanding the IplImage some important members of the structure knowledge of color 3 channel understanding, the unde
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:1.23kb
    • 提供者:cations
  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
    • 提供者:丫、、
« 12 3 4 »
搜珍网 www.dssz.com