Hey I am trying to find the postions of the cameras in a stero pari then make an interpolated view from a virtual camera positon I am totaly stumped at the m...
Hi I would like know if is there anyone of you coming from Lima... I'm asking so because I would like to go in. Let me know please. Regards Frank [Non-text...
Hi, I want to know if it is possible to change depth of an image and save this change in the same image structure; that is, I can change depth of an image...
Please help I am trying to run the .exe files from openCV on a winXP computer. however, everytime i try to run it, the window disappears. does anyone know why...
Hi All, I am quite surprised to find that simple programs like cvTranspose(), cvInvert() are not correctly implemented. If you have got them working, as it...
Hi, I've a small question; I must multply each image pixel for a costant value; ... IplIMage *src, *dst, *mul_image; CvScalar s = cvScalar(10); ... ...
Hi all, I'm interested in finding the spatial moments of a contour - basically I'm tracking LEDs and want to determine the centre of the LED. The process of...
I would really appreciate some help on this topic. I am trying to capture still images through opencv, but the only method i know is through the video...
Is this a possible way? 1- background subtraction --> obtain the silhouette in all views 2- calculate the contour 3- triangulate just the contour in the 2...
Hi all: Can I re-build openCV to be static library? I also want to link openCV directly to underlying IPP with statc link dispatcher(with ippStaticInit())...
i'm up against a math problem involving 3D reconstruction in a multiview geometry setting, that i think someone on here may be able to help me with. the short...
Hi, I am using cvCalibrateCamera2 and cvUndistort2 to correct radial distortion deformation on images taken with a wide angle camera. I used a 8x10 chessboard...
Hi all I would like to ask how can I define _layer_size in CvANN_MLP with CvMat, when CvMat is always a nxm field and I would like to have asymmetric layers...
I found an issue with the cvSaveImage that is part of the highgui library. The problem is that the api of cvSaveImage is: CVAPI(int) cvSaveImage( const char*...
Hi, I am using cvCalibrateCamera2 and cvUndistort2 to correct radial distortion deformation on images taken with a wide angle camera. I used a 8x10 chessboard...
I already have OpenCV on my linux machine. But it has some bugs, for instance, cvTranspose does not work well. Someone suggested to get OpenCV CVS installed....
Hi, I've used the Haar feature detection functions in OpenCV for quite a while but still don't understand what each of the following fields ... Besides, I've...
Hi, I looked around a bit and I am not sure if OpenCV could solve me the following problem: Given a pair (or more) of images, taken from _almost_ the same...
Hi! It depends of what approach you are using to detect skin. If you are using a baysian approach you will have to get a database of training colors, obtain...
Hi, I've a problem with threshold; practically, I must do a threshold of an image, but threshold isn't a costant value, but it varies for each pixel; ...
i am using vc now ,the camera is working and i can see the flow of picture,but i want save some frames of them ,how? could you give me an example? thank you...
Hi, I think thre is an error in the function cvCvtColor() of OpenCV rc1.0 libraries. Infact, when I do ... cvCvtColor(src,dst,CV_RGB2GRAY) ... I obtain dst...
Hello everybody, is there someone experienced enough to haar training, to tell me if a three days time space to finish a training is too much time? I fed the...
I have recieved contours and made a polygon approx. Now I need to find the HU moments (to match shape of the polygons). How can I do that? When I create a...
Hi all, I copy sample from documentation in opencv-0.9.9 and I gcc it. Sample does not work. Could you please check it, I could not find out problem. Result...