Hi, Take a look at %windir%\directx.log. See if you see something in there that could help you find out the reason. Here are some other things to try: 1, Are...
13878
beefheart36
Aug 1, 2003 10:32 am
... No, you will have to buy it from Intel. it cost about $200?. The old version Intel Image Processing Library (Intel IPL) was free, and OpenCV 2.x will work...
13879
sreekana
Aug 1, 2003 10:48 am
Hi, can any body tell me about calculating mahalanobis distance using cvMahalanobis function,when I called cvMahalanobis method, it is returning with an error...
13880
beefheart36
Aug 1, 2003 1:17 pm
I have been fool enough to pay for the IPP, but none of my old IPL functions or variables work e.g. IplImage. Is there anyway to use these old types or should...
13881
beefheart36
Aug 1, 2003 1:32 pm
Sorry, just to answer my own question!! OpenCV 3 actually contains "most" IPL functions and structures or very similiarly named and functioning alternatives. ...
13882
Pisarevsky, Vadim
vp153
Aug 1, 2003 2:21 pm
Hello, There is sample called "Image Processing Sample", which is IPL rewritten using IPP. I was sure it is in IPP 3.0, however after getting your message I...
13883
Pisarevsky, Vadim
vp153
Aug 1, 2003 3:04 pm
Hello Ayall, Answers/notices by the items 1) Yes, sure, I have seen it. The document is a bit too low-level, but may be very useful. Thank you for mentioning...
13884
Anthony Fitzgerald
imagoajf
Aug 1, 2003 5:05 pm
Hi, As far as I know the Intel web site has the source code for a library that maps most of the IPL calls to IPP calls so you still use IPL calls. AJF...
13885
aperez_br
Aug 1, 2003 5:34 pm
How can I release all the momory allocated for a CvSeq estruture ? As an example, consider the code below: void something(IplImage *src) { CvSeq *seq = 0; ...
13886
aperez_br
Aug 1, 2003 5:42 pm
You can use the CvtColor function available in OpenCv. See the HTML doc. for more detail. Alternatively, you can use more robust technics like 3D clustering of...
13887
beefheart36
Aug 1, 2003 6:21 pm
Sorry, I know this does not answer your question but this link may be interesting. http://w3.impa.br/~pcezar/3dp/original/CVL_html/appPage/calib_doc/para ...
13888
ayall_gadasy@...
ayall_gadasy
Aug 1, 2003 6:36 pm
Hi Andres, ... Sincerely, Ayall. ... __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software ...
13889
aperez_br
Aug 1, 2003 7:01 pm
cvReleaseMemStorage(&storage); Is this command sufficient to release all the memory ? Including the momery used by the CvSeq *contour ? For example, the code...
13890
christpage2000
Aug 1, 2003 9:25 pm
Hi, Andres! I don't think it's needed to use cvCreateImage and then cvCloneImage for the dst pointer. Just us only cvCloneImage. "From the OpenCV...
13891
huikongcn
Aug 2, 2003 3:30 am
hi, To compute the eigenface, I use the opencv's eigenobject function, icvCalcEigenObjects_8u32fR (int nObjects, void* input, int objStep, void* output, ...
13892
Alfonso Robles
aroblesg2003
Aug 2, 2003 4:26 am
I can't get my project to compile with the CV Libraries. I keep getting the "unresolved external symbol" error for every function I try. When I try to run the...
13893
Alfonso Robles
aroblesg2003
Aug 2, 2003 4:37 am
Sorry, I forgot to say that Iīm using Windows OS thanks in advance ... Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software Sorry, I...
13894
robotik@...
inflomatik
Aug 2, 2003 6:02 pm
hello, I have min/max focus and the min/max angles of view of my camera and some other intrinsic parameters (lens,...). How can calculate the angle of view for...
13895
Reuben
ReubGR
Aug 2, 2003 8:12 pm
I'm trying to compile OpenCV with Visual Studio .NET 7, Direct X SDK 9, and openCV 3.1b on a machine running XP. I've compiled the directshow baseclasses and...
13896
Yan Jiangguo
koogio
Aug 3, 2003 1:10 am
Hi,all. I want someone can provide me with some code about how to read the video frame data from a yuv file(cif or qcif); like a c function in this way: void...
13897
Millan
masdcg
Aug 3, 2003 4:06 pm
hi When using 2 images of the same object but with different rotations the function Hu Moments is not finding the same moments. The moments are so different....
13898
Mohamed Galal Eldin
eng_mg
Aug 3, 2003 4:12 pm
hi all i want to load a 10-bit per pixel bitmap into 8-bit per channel ipl image i red about iplConvertFromDIB() but it need BITMAPINFOHEADER* i tried using...
13899
Mohamed Galal Eldin
eng_mg
Aug 3, 2003 4:15 pm
hi all i want to load a 10-bit per pixel bitmap into 8-bit per channel ipl image i red about iplConvertFromDIB() but it need BITMAPINFOHEADER* i tried using...
13900
Mohamed Galal Eldin
eng_mg
Aug 3, 2003 4:20 pm
16bpp instead of 10bpp hi all i want to load a 16-bit per pixel bitmap into 8-bit per channel RGB ipl image i red about iplConvertFromDIB() but it need...
13901
Phaisit Chewputtanagul
yoke007
Aug 3, 2003 8:14 pm
I quite don't understand what is the following sentence mean. "Highgui requires graphic libraries by default, so remove HAVE_JPEG, HAVE_TIFF and HAVE_PNG from...
13902
eric_qlink
Aug 3, 2003 10:17 pm
Hi Mohamed Zayed, Sorry for replying late. I didn't see ur message untill recently. Thanks for ur tips first. I still having problem about the result i got...
13903
beefheart36
Aug 4, 2003 8:17 am
if the image is on the hard drive you could try IplImage* cvLoadImage( const char* filename, int iscolor CV_DEFAULT (1)); The BITMAPINFOHEADER is a windows...
13904
alex_krahl
Aug 4, 2003 8:29 am
Hello everybody... Hope tthat anybody can help me... The Problem: I have to write a function,that reads out the pixel- information of an Ipl-Image and than...
13905
valentina_ines
Aug 4, 2003 8:58 am
Probably the problem is that you have to specify a background file, that createsamples uses to create num=1000 object images with different background. It...
13906
Matthias Wimmer
matthias.wimmer@...
Aug 4, 2003 9:40 am
in order to access pixels have a look at the pixel access macros: http://groups.yahoo.com/group/OpenCV/message/13433 Matt ... http://docs.yahoo.com/info/terms/...