搜索资源列表

  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
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:2050
    • 提供者:孙剑
  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 v
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:5997
    • 提供者:赖做梦
  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 det
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1782
    • 提供者:--
  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. 所属分类:其它资源

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

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

    • 发布日期:2008-10-13
    • 文件大小:1422
    • 提供者: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 o
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1053
    • 提供者:李乃安
  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图形编程

    • 发布日期:2024-05-26
    • 文件大小:9591808
    • 提供者:山海涛
  1. IamgeDisplay

    0下载:
  2. 在MFC的视窗下显示opencv中IPlImage类型的图片-In the MFC window is displayed opencv in IPlImage types of picture
  3. 所属分类:图片显示浏览

    • 发布日期:2024-05-26
    • 文件大小:4464640
    • 提供者:丁文强
  1. Directshow_Opencv

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

    • 发布日期:2024-05-26
    • 文件大小:5120
    • 提供者:fullball
  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, co
  3. 所属分类:多媒体编程

    • 发布日期:2024-05-26
    • 文件大小:10240
    • 提供者:raymond
  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/图象编程

    • 发布日期:2024-05-26
    • 文件大小:1024
    • 提供者:shi10
  1. Threshold

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

    • 发布日期:2024-05-26
    • 文件大小:778240
    • 提供者:郭建勋
  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//
  3. 所属分类:汇编语言

    • 发布日期:2024-05-26
    • 文件大小:1024
    • 提供者: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. 所属分类:图形图象

    • 发布日期:2024-05-26
    • 文件大小:3072
    • 提供者:天雨
  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 operati
  3. 所属分类:OpenCV

    • 发布日期:2024-05-26
    • 文件大小:28672
    • 提供者:tanfenfly
  1. IplImage

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

    • 发布日期:2024-05-26
    • 文件大小:1083392
    • 提供者: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. 所属分类:OpenCV

    • 发布日期:2024-05-26
    • 文件大小:1024
    • 提供者:muyouya
  1. frame-difference(IplImage

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

    • 发布日期:2024-05-26
    • 文件大小:1024
    • 提供者: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 c
  3. 所属分类:图形图象

    • 发布日期:2024-05-26
    • 文件大小:1024
    • 提供者:cations
  1. opencv数据类型转换函数

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

    • 发布日期:2024-05-26
    • 文件大小:10240
    • 提供者:丫、、
« 12 3 4 5 »

源码中国 www.ymcn.org