Hello, I am having trouble getting the probablistic (or any other) hough transform function to work. To test I am using a 640x480 single channel image with one...
448
Gary Bradski
gary.bradski@...
Nov 1, 2000 8:50 pm
... find the ... This has been answered before, search on "cvl.lib". But I'm going to add it to the FAQ: Q9: I get: LINK : fatal error LNK1104: cannot open...
449
okn2000@...
Nov 2, 2000 2:57 am
... to ... and ... the ... cv.lib ... cvd.lib ... ... Thank you. I execute the above ways,but I get other error. Fc:\winnt92;system3292;cmd.exe error...
450
Pisarevsky, Vadim
Vadim.Pisarevsky@...
Nov 2, 2000 8:39 am
Hi, Can you give the following information: your operating system. what version of developer studio are you using? VC5 or VC6. version of OpenCV (name of the...
451
Eruhimov, Victor
Victor.Eruhimov@...
Nov 2, 2000 2:07 pm
Hello, I will answer your questions in the reversed order. 2) Actually this is a documentation bug. If you take a look into cv.h, you will see that all hough...
452
okn2000@...
Nov 3, 2000 1:51 am
... in ... got a ... Thank you. I checked Settings. I delete Transaction after Build settings. so, succeed....
453
curt@...
Nov 3, 2000 2:39 am
Has anyone seen or written a short conversion function to go from a MIL (Matrox Imaging Library) image to an IPL image and back? The reason being I'd like to...
454
Pisarevsky, Vadim
Vadim.Pisarevsky@...
Nov 3, 2000 8:11 am
Hi, one of the solutions is to create all images in MIL format and make IPL headers for the images. That is, you may call cvCreateImageHeader to create image...
455
Josh Pollak
jpollak@...
Nov 3, 2000 3:01 pm
Hello, I have written a class system for image acquisition which can load images from a file or directory or a MIL framegrabber into an IPL image. I have been...
456
Josh Pollak
jpollak@...
Nov 3, 2000 9:03 pm
Hello, I've asked my boss about this, but he is away for the weekend. I should receive a response no later than Monday I think. The classes I have can, as I...
457
chandy@...
Nov 3, 2000 9:06 pm
I am an OpenCV newbie. I have a video application based on the Microsoft Vision SDK that I would like to convert to OpenCV. How should I go about doing this? I...
458
Bradski, Gary
gary.bradski@...
Nov 3, 2000 10:33 pm
OpenCV is a "library" not an environment. As such, you create an image with internal allocation functions (or use the image processing library) and OpenCV...
459
Èκ£±ø
renhaibing@...
Nov 4, 2000 1:55 am
Hi. Will the function grab images from a MIL framegrabber(such as Meteor2) with Linux? If so, it'll be wonderful. I hope the code to be opened . And many...
460
Zhiwei Zhu
zhu_z@...
Nov 4, 2000 5:18 pm
Dear Sir, I have no experience in using vedio camera, so if I want to use the applications demo you provided such as HWWDemo, which type of camera I should...
461
Lau Chi Choi
cclau@...
Nov 5, 2000 3:47 am
Dear sir, I would like to ask why the demo of the View Morphing is too good. Is there any missing things I need to do? Best Regards, Eric Lau...
462
Vipin Agarwal
vipin@...
Nov 5, 2000 4:42 am
Hi, can anyone give me a exmaple program as to how i can i use kalman filter in OpenCV? I want to use it for image tracking and connect it to the cross ...
463
illmann@...
Nov 6, 2000 9:37 am
Hi all, I am not sure whether this has been posted before. If I compute the moments of a contour extracted by cvFindContours() using cvContourMoments() the...
464
Josh Pollak
jpollak@...
Nov 6, 2000 2:52 pm
I have not tried to capture with Linux, since we are an NT only shop. If the Linux Meteor2 libraries are function compatible with the MIL-lite functions from...
465
hofmanndaniel@...
Nov 6, 2000 6:33 pm
Hello, Im wondering if there is an Image acquisition API/SDK/LIB available or in devellopment for LINUX (Something like Microsofts Vision SDK). Does...
466
Bradski, Gary
gary.bradski@...
Nov 6, 2000 6:51 pm
Sure, it's in your directory if you installed the windows version OpenCV\Filters\Kalman it's built as a directshow filter so there is a *ton* of junk code...
467
Bradski, Gary
gary.bradski@...
Nov 6, 2000 6:54 pm
I am guessing that instead of "is too good", you mean "is BAD" (lots of line sheer). Same reason stereo disparity is a hard problem. Internally we've ...
468
Bradski, Gary
gary.bradski@...
Nov 6, 2000 7:03 pm
I assume you mean on WinOS. We use direct show in the demos so that *any* color camera will work as long as it has a directshow source filter to get frames. I...
469
Tamas Nagy
nagytam@...
Nov 6, 2000 9:05 pm
Hello, Yes, of course. There is SANE (Scanner Access Now Easy), which is a scanner interface API under Linux. It supports several SCSI, and some parellel ...
470
杜威
duwei@...
Nov 7, 2000 6:18 am
hi, Gary, where can I get the meteor capture source filter? I want to use OpenCV with Matrox meteor2, and now I am working on programming with MIL-lite 6.0. If...
471
Èκ£±ø
renhaibing@...
Nov 7, 2000 6:36 am
The most detailed ref'd is the OPENCV.PDF. Maybe you'll find your answer in it. Ren...
472
Bradski, Gary
gary.bradski@...
Nov 7, 2000 7:19 am
This is under "user contributed utilities" http://www.intel.com/research/mrl/research/cvlib Click on the download page, agree to the license Look towards the...
473
Stijn Oomes
oomes.1@...
Nov 7, 2000 4:28 pm
I could not find the new release the Gary announced last week. The most recent one that I found on ...
474
Tobias Klotz
tobias.klotz@...
Nov 7, 2000 6:46 pm
Hello, I tried to modify a function of the library for my private use to make it suit my needs and found one point I don't understand: The Wrapper for the...
475
Bradski, Gary
gary.bradski@...
Nov 7, 2000 7:58 pm
Nope. Gary was hoping that they would haved moved Alpha3.4 from the proxy server to the public server already but no such luck and no word when which upset...
476
Pleskov, Alexander
Alexander.Pleskov@...
Nov 8, 2000 7:32 am
Hi! It is no bug. The sign of the unnormalized moments depends on the direction of the traversal points of the contour. It is true that if you extract border...