搜索资源列表
OpenCV 4 下的图像任意角度的旋转
- 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
OpenCvViewImage
- 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.
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
correspond
- 这是关于计算机视觉编程中常出现的问题,如何将HBITMAP转换成IplImage,实现两种图像格式之间的转换-This is the vision of computer programming problems often arise, how to convert IplImage HBITMAP achieve both image format conversion between the
labe_forOpencv
- 连通区域标记程序,本程序使用了opencv中图像数据结构:IplImage。算法原理:首先进行第一次扫描,标记连通区域;然后对等价标记进行合并;最后进行第二次扫描,对等价标记进行重新标记。-regional connectivity marking procedures, the procedures for the use of the OpenCV Image data structure : IplImage. Algorithm tenets : first for the first
VideoCapture_in_DirectShow_Way
- 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.
RealTime_tracking
- 该代码包括从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
Capture_in_Directshow_Opencv
- 这是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
SubImage IplImage对象或者BYTE型数组中取出一幅图像的子图像
- 用于从一个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
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
Threshold
- 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
mirror
- 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
QTwithOpenCV
- 在QT中,应用OpenCV,编写了 IplImage 到QImage 的转变。-In QT, the application of OpenCV, the preparation of the IplImage to a QImage changes.
2011_opencvBasicStructure__Test
- 刚学习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
IplImage
- 基于OpenCv的IplImage相关方面处理的源代码-A IplImage related aspects of processing OpenCv the-based source code
IplImage
- 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
frame-difference(IplImage
- 在visual studio2010和opencv244写的连续帧差法的背景建模,图像处理采用IplImage*类型。加入空的工程即可运行。-Written in visual studio2010 and opencv244 frame differential method for background modeling, image processing using IplImage* type.
IplImage
- 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
opencv数据类型转换函数
- opencv中常见的Mat IplImage CvMat IplImage*数据类型转换函数(Common Mat IplImage CvMat IplImage* data type conversion functions in opencv)