Top "Iplimage" questions

iplimage is one of the basic data structures used in OpenCV to store information about the images.

Unhandled exception - OpenCV - cvReleaseCapture and cvReleaseImage - C++

I have a program that uses the OpenCV library (version 2.4.1) to capture video from my laptop's webcam (or any other …

c++ exception opencv iplimage unhandled
Convert RGB IplImage to 3 arrays

I need some C++/pointer help. When I create an RGB IplImage and I want to access i,j I …

c++ performance arrays opencv iplimage
How to convert an OpenCV IplImage to an SDL_Surface?

I'm trying to write a program which takes an SDL_Surface, converts it to an IplImage, uses the cvBlobsLib to …

c++ opencv sdl iplimage
Opencv... getting at the data in an IPLImage or CvMat

I am doing some simple programs with opencv in python. I want to write a few algorithms myself, so need …

python opencv iplimage
Mat -> IplImage * conversion with data copy

I have following function. I want to copy back some data from Mat to IplImage * type and return it to …

opencv iplimage opencv-mat