iplimage is one of the basic data structures used in OpenCV to store information about the images.
1
vote
2answers
25 views
Issues facing in Opencv cvConvertScale
This is very simple code, But don't know where it Went wrong,where i covert Image from 8 to 32
Same thread as like this
How to convert an 8-bit OpenCV IplImage* to a 32-bit IplImage*?
char * ...
0
votes
3answers
37 views
How to convert IplIImage 8bit to IplImage24Bit in OpenCv?
How to convert IplIImage 8bit to IplImage24Bit in OpenCv ?
I have 8bit Image and i want to convert it to 24Bit IplImage
Suggestions please..
0
votes
0answers
29 views
The program freezes while creating instance of javacv objects;
I have a huge problem with using javacv in glassfish 3.2. When i'm creating an instance of IplImage the program freezes and there is no error in glassfish log. I have no idea why that happens, how can ...
0
votes
1answer
28 views
how to write an opencv function that take one image as paramater and returns 2 images
i wanna build an opencv function that takes one IplImage image as parameter and returns 2 IplImage images. is this doable in opencv (c++). I prefer if it's using IplImage but i will appreciate other ...
2
votes
2answers
58 views
From IPLImage to Mat
I am well acquainted with the IPL-image format used in OpenCV 1.1. However i am using the latest 2.4 version and want to switch to the C++ interface of OpenCV. Here is the method by which i access the ...
0
votes
1answer
48 views
Can't open socket C++
I'm trying to send images (using IlpImage library) to VLan (media player) through the network so it can play streaming images and "make" a video.
I'm trying to open a socket but the value of ...
0
votes
1answer
46 views
Open CV : IplImage is undefined
I am very new in open cv. I want to display a picture. Here is my code:
#include "stdafx.h"
#include <cv.h>
#include <cvaux.h>
#include <highgui.h>
int main( int argc, char** argv ...
0
votes
1answer
161 views
How to Convert Byte Array to IplImage using OpenCv?
How to Convert Byte Array to IplImage using OpenCv ?
Is it possible to do the conversion here from byte array to IplImage using Opencv ?
1
vote
2answers
53 views
C++/CLI How to translate this code ?
I dont know a lot about C++, but I have to make work some C++ code with .NET. I try with DLLImport but I failed. So I try with C++/CLI to make kind of a wrapper.
But I'm not sure to understand ...
0
votes
3answers
109 views
Conversion from IplImage* to cv::MAT
I searched to convert an IplImage* to Mat, but all answers were about the conversion to cvMat.
How, can I do it? and what is the difference between Mat and cvMat?
Thanks in advance
0
votes
0answers
71 views
cvResize function with JavaCV
Says I'm using the wrong types here. Both img and image are iplImages, what type should I be using and how do I use it? Thanks
IplImage image = ...
0
votes
0answers
95 views
Convert IplImage to Byte[] and back
I want to create a video conferencing program and I stumbled upon JavaCV library for capturing video from webcam. It creates an IplImage continuously which is then shown in a canvas. In order to ...
0
votes
0answers
49 views
pass IplImage of OpenCV in WPF to c++(cpp)
I'm developing to recognize something about face.
I ran camera in WPF and got a IplImage of OpenCV.
My engine was developed c++(CPP). so I passed the IplImage in WPF to c++(CPP).
But it couldn't ...
1
vote
0answers
37 views
Loss of quality when converting from IplImage to UIImage
I'm using the OpenCV library in my app and I want to the use the final result as a UIImage.
I use this code to convert between IplImage to UIImage:
CGColorSpaceRef colorSpace = ...
-2
votes
1answer
107 views
opencv python transfer ((uchar*)(img->imageData img->widthStep*i))[j];
I tried to transfer opencv c++ code to python.
but i got no idea how to change this line below:
((uchar*)(img->imageData + img->widthStep*i))[j];
when i write it like this:
(img.imageData + ...
0
votes
1answer
38 views
Segmentation fault in ROS application with iplmage
I'm trying to detect a blob on a video feed with cvBlob lib in my ROS node.
I think, I made a mistake with pointers, but I can't figure out where.
Moreover, do I have to free some of this variable?
...
0
votes
0answers
47 views
using cvSetMouseCallback in javacv
im fairly new to programming and i have been doing some image processing using javacv but i am having trouble finding a coordinate using a mouse event for an iplimage. i basically want to get a (x,y) ...
0
votes
1answer
184 views
Copying a portion of an IplImage into another Iplimage (that is of same size is the source)
I have a set of mask images that I need to use everytime I recognise a previously-known scene on my camera. All the mask images are in IplImage format. There will be instances where, for example, the ...
0
votes
1answer
114 views
cvFlip() flickers or returns null
I'm doing a project which involves taking a live camera feed and displaying it on a window for the user.
As the camera image is the wrong way round by default, I'm flipping it using cvFlip (so the ...
1
vote
0answers
277 views
Can't use IplImage with OpenCV 2.4.4
I have just downloaded and installed the new opencv version. The fact that it natively supports java is quite exiting. However I am having some trouble porting my javacv code over. I can no longer ...
0
votes
1answer
131 views
Image width and widthstep, now what?
I have a question dealing with the use of an image's width and widthstep.
I have the dimensions as well as the image data as a QByteArray. I also have the widthstep. My question is how to use the ...
1
vote
2answers
919 views
IplImage Pixel Access JavaCV
I'm trying to access Pixel by Pixel of an IplImage. Im using Java and Processing, and sometimes I need to access pixel by pixel. I've done this so far, but I don't know what's wrong:
public IplImage ...
0
votes
3answers
160 views
Passing IplImage * to function, original not getting updated
I am having trouble passing IplImage* parameters in functions. This is for a school project and unfortunately am not supposed to edit the files doing the calling to my filter functions. In the main, ...
0
votes
0answers
119 views
How to multiply 2 images in JavaCV
I currently have a binary black and white image that I have used cvThreshold on, and I would like to get the color back on the white part of the image.
From my understanding multiplying the original ...
0
votes
0answers
87 views
What is the difference between using Mat& and Mat in Opencv?
I have seen declarations like Mat& img = imread("image") and Mat img = imread("image").
What is the difference between the two ?
Is there anything like Mat* ?
How can I use IplImage in a similar ...
1
vote
1answer
139 views
Cannot access IplImage data
I have been trying do a comparison of data contents in my IplImage object.
I have the following:
IplImage img1 = IplImage(cv::imread("C:\\TestIm\\barrier_snapshot1.png"),
...
0
votes
0answers
274 views
JavaCV out of memory when using IplImage with camera recording
I am using JavaCV with lejos for the lego mindstorm. I am tracking colored objects with a camera. Everything works fine but I keep getting out of memory errors.
I think the problem is related to ...
0
votes
1answer
2k views
openCv crop image
I running into problems with my openCv IplImage cropping. Assuming both tmp and img are IplImage* . Using the code:
printf("Orig dimensions: %dx%d\n", img->width, img->height);
...
3
votes
3answers
913 views
IplImage vs CvMat
I know many people are interested in the technical difference between IplImage and CvMat. (Yes, NOT cv::Mat(*), but CvMat.) So, let's clear the differences with a practical focus.
Is CvMat the ...
0
votes
0answers
58 views
How to display 16 bit Ipl image in piturebox in VC++
I have 16 bit Ipl single channel image. I want to display it in pictureBox in VC++.
I have given image of this type.
IplImage *originalImage=cvCreateImage( cvSize( width, height ), IPL_DEPTH_16S, 1 ...
1
vote
0answers
35 views
Trying to create an output of a webcam image
The frame pointer always gets set to 0 even though the pointer to webcamInterface shows a value. My camera is also lighting up so I have no idea what to do here
#include "cv.h"
#include ...
1
vote
1answer
238 views
How to import IplImage class in opencv android?
How to import and use IplImage class in opencv android?
Or its only support for javacv ??
I try to declare new val by
IplImage image = IplImage.create( bm.getWidth(), bm.getHeight(), IPL_DEPTH_8U, ...
1
vote
1answer
198 views
How can I display an IPLImage stream on Qt interface using OpenGL for rendering?
What is the best way to integrate and display an IplImage into a Qt GUI? Can this be done using OpenGL? If yes, how?
0
votes
0answers
54 views
openCV C language SQRT of IplImage
I have to implement this :
tmp = sqrt((Dxx - Dyy).^2 + 4*Dxy.^2);
where Dxx are images. How should I implement sqrt?
thanks
0
votes
0answers
75 views
openCV: create array of pointer to IplImage IPL_DEPTH_64F
I need to create an array of pointers to IplImage in such a way all the elements of the array are IPL_DEPTH_64F IplImage. I create it like this but it gives me some problems:IplImage** image = new ...
1
vote
1answer
109 views
OPENCV: can IplImage* hold double value???
I have to create an image to hold double value (that is -0.0001 or 0.005).
I've used
IplImage* temp = cvCreateImage(size, IPL_DEPTH_32F, 1)
but it doesn't work well. Have you some good ideas?
1
vote
1answer
160 views
Opencv Dilate/Erode only for alpha channel
Is there way to process only one channel of IplImage? I need to apply delate/erode functions only for alpha channel. Also, I'm trying to do this as fast as it possible, because I'm working with ...
0
votes
1answer
173 views
Different pixel value extraction using IplImage (C++) and BufferedImage (JAVA)
I'm currently converting a code that I've done in JAVA into C++ that uses some machine learning algorithm.
The problem is that some pixel values are different if I load the image under java with ...
0
votes
1answer
120 views
OpenCV and (not) returning IplImages, when is it okay, when not?
is it okay to do something like this, the code snippet is of course not complete, just to show what I mean:
void draw(IplImage* image){
...
0
votes
0answers
92 views
Square of each element of imageData in OpenCV's IplImage
I'm using the OpenCV C APIs. Now I need to implement the following Matlab code in C using OpenCV.
Matlab Code:
function [cx, cy] = foe(Vx, Vy)
ofs = 10;
% get sub image (using offsets at border) ...
1
vote
1answer
386 views
javacv image with transparent background
I have a PNG image with transparent background that is to be added to another image.
My problem is that when I am loading the IplImage the background is not transparent anymore - it turns white.
How ...
0
votes
1answer
399 views
OpenCV IplImage AccessViolationException
First of all, I'm quite new to OpenCV.
I'm trying for about one week without success and it seems like I will never make it. That's why I have to ask for help from someone who faced the same issue.
I ...
1
vote
1answer
713 views
Convert from Bitmap to MIplImage or IplImage c#
I have an algorithm in created in c++ to make background subtraction, and i want to call it from c# with an argument "IplImage" using dll(extern). The problem that i acquire the camera stream in c# ...
0
votes
3answers
459 views
Fastest method to convert IplImage IPL_DEPTH_32S to QImage Format_RGB32
What is the fastest method to convert IplImage IPL_DEPTH_32S to QImage Format_RGB32?
I need to catch pictures from cam and show it on form with frequency 30 frames in second. I tried to use QImage ...
2
votes
1answer
200 views
Converting Iplimage to a matrix or an array in Matlab
I am using OpenCV via Matlab to detect faces in a video and then do some processing using Matlab. At the moment I do face detection on the IplImage-structured frames (queried by cvQueryFrame) of the ...
0
votes
1answer
326 views
conversion of cvMat to IplImage
I have two programs, one which accepts an Image as a matrix and does the processing like tracking objects using contour detection.The second program takes image as an array(IplImage) and counting no. ...
0
votes
1answer
470 views
Copy grayscale, color and canny images(3) all into one large IplImage:Opencv Error?
I've a source code(test.cpp) that supposed to display three images(color, grayscale and canny) copied to a large image from a avi file(frame by frame) and showed in a single window. I'm using OpenCV ...
1
vote
0answers
1k views
converting cvmat to iplimage
How can I convert a cvMat matrix to IplImage that can be saved using cvSaveImage, in C using OpenCV?
I learnt about a function cvGetImage(const CvArr* arr, IplImage* imageHeader). I understand that ...
1
vote
2answers
1k views
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 connected camera) and save it to an .avi file. When I debug in Visual Studio 2010, ...
1
vote
2answers
534 views
What is the best way to be able to use Mat object as IplImage object and vice versa?
I am really confused by using Mat and IplImage objects in OpenCV. I read a lot of questions and answers here but I am still in trouble with these 2 types.
Many times, I need converting them to each ...


