Welcome![Sign In][Sign Up]
Location:
Search - IplImage

Search list

[Graph programOpenCV 4 下的图像任意角度的旋转

Description: 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 IplImage * Img_tmp. / / Rotation angle, unit degrees. / / Three different ways. Two methods which do not fully test one way to meet the needs of the majority
Platform: | Size: 2050 | Author: 孙剑 | Hits:

[Graph programOpenCvViewImage

Description: 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.
Platform: | Size: 5997 | Author: 赖做梦 | Hits:

[GDI-BitmapharrisCorner__2006528

Description: 用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 detection function is to test two images Corner, in order to facilitate matching computing operations.
Platform: | Size: 1782 | Author: -- | Hits:

[Other resourcecorrespond

Description: 这是关于计算机视觉编程中常出现的问题,如何将HBITMAP转换成IplImage,实现两种图像格式之间的转换-This is the vision of computer programming problems often arise, how to convert IplImage HBITMAP achieve both image format conversion between the
Platform: | Size: 2546635 | Author: 山海涛 | Hits:

[Special Effectslabe_forOpencv

Description: 连通区域标记程序,本程序使用了opencv中图像数据结构:IplImage。算法原理:首先进行第一次扫描,标记连通区域;然后对等价标记进行合并;最后进行第二次扫描,对等价标记进行重新标记。-regional connectivity marking procedures, the procedures for the use of the OpenCV Image data structure : IplImage. Algorithm tenets : first for the first time, scanning, marking regional connectivity; Then equivalent marker for the merger; the final for the second scan, equivalent to re-labeled markers.
Platform: | Size: 1422 | Author: canny06 | Hits:

[Special EffectsVideoCapture_in_DirectShow_Way

Description: 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.
Platform: | Size: 1053 | Author: 李乃安 | Hits:

[2D Graphiccorrespond

Description: 这是关于计算机视觉编程中常出现的问题,如何将HBITMAP转换成IplImage,实现两种图像格式之间的转换-This is the vision of computer programming problems often arise, how to convert IplImage HBITMAP achieve both image format conversion between the
Platform: | Size: 9591808 | Author: 山海涛 | Hits:

[Picture ViewerIamgeDisplay

Description: 在MFC的视窗下显示opencv中IPlImage类型的图片-In the MFC window is displayed opencv in IPlImage types of picture
Platform: | Size: 4464640 | Author: 丁文强 | Hits:

[DirextXDirectshow_Opencv

Description: 本例提供了使用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 opencv source code, and translated into algorithms iplimage format. Opencv experiment found the cvCaptureFromCAM using vfw, the use of information mechanism to slow fps test found that only about 9-12, too slow. discovered through the use of DirectShow to speed after 60/s.
Platform: | Size: 5120 | Author: fullball | Hits:

[Multimedia DevelopCamCapture

Description: 一个自己编写的利用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
Platform: | Size: 10240 | Author: raymond | Hits:

[GDI-Bitmap1231123

Description: 从BMP图像文件数据流中生成IPLIMAGE对象 从IPLIMAGE对象中生成BMP的图像文件流-BMP image files from the data stream generated IPLIMAGE object IPLIMAGE object generated from the BMP image file stream
Platform: | Size: 1024 | Author: shi10 | Hits:

[DSP programThreshold

Description: 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 the chamber are united up chamber.
Platform: | Size: 778240 | Author: 郭建勋 | Hits:

[assembly languagemirror

Description: 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, IplImage* dst)// This function is to achieve a vertical mirror image
Platform: | Size: 1024 | Author: caizhiyi | Hits:

[Graph programQTwithOpenCV

Description: 在QT中,应用OpenCV,编写了 IplImage 到QImage 的转变。-In QT, the application of OpenCV, the preparation of the IplImage to a QImage changes.
Platform: | Size: 3072 | Author: 天雨 | Hits:

[OpenCV2011_opencvBasicStructure__Test

Description: 刚学习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 several small test files, can be run separately under the VS20101. (Opencv2.1 version)
Platform: | Size: 28672 | Author: tanfenfly | Hits:

[CSharpIplImage

Description: 基于OpenCv的IplImage相关方面处理的源代码-A IplImage related aspects of processing OpenCv the-based source code
Platform: | Size: 1083392 | Author: GWJ | Hits:

[OpenCVIplImage

Description: 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 understanding of the RGB color space, and the understanding of ROI region. If the pointer to access the image data, and image related to some of the basics
Platform: | Size: 1024 | Author: muyouya | Hits:

[Graph programframe-difference(IplImage

Description: 在visual studio2010和opencv244写的连续帧差法的背景建模,图像处理采用IplImage*类型。加入空的工程即可运行。-Written in visual studio2010 and opencv244 frame differential method for background modeling, image processing using IplImage* type.
Platform: | Size: 1024 | Author: chenzx | Hits:

[Graph programIplImage

Description: 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 understanding of the RGB color space, and the understanding of ROI region. If the pointer to access the image data, and image related to some of the basics
Platform: | Size: 1024 | Author: cations | Hits:

[Otheropencv数据类型转换函数

Description: opencv中常见的Mat IplImage CvMat IplImage*数据类型转换函数(Common Mat IplImage CvMat IplImage* data type conversion functions in opencv)
Platform: | Size: 10240 | Author: 丫、、 | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net