Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

OpenCV · Open Source Computer Vision Library

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 48142
  • Category: Open Source
  • Founded: Jun 20, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 4705 - 4734 of 90764   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
4705 Andrew Walker
walker_andrew_b Send Email
Oct 30, 2001
5:46 am
Thanks for the rapid response! We aren't actually rendering the images - we only need them for image processing. all we're doing is collecting a heap of them...
4706 Michael Cheng
compvizard Send Email
Oct 30, 2001
6:02 am
Implementing many cameras on a single filter graph regardless of whether you are rendering or not, WILL give u a system wipeout. cheers, Michael Cheng ... ...
4707 Kevin
Kelvin_11 Send Email
Oct 30, 2001
6:27 am
I am trying to install OpenCV on Windows XP and I am running into a lot of problems. 1. I get a lot of errors whenever I build filters 2. I cannot register...
4708 Li Ming
limingchina Send Email
Oct 30, 2001
9:35 am
Hi, I know that GetRawImageData can get a rectangle region data from an IplImage. But is there a counterpart that can perform the reverse operation? Say, like...
4709 Pisarevsky, Vadim
vp153 Send Email
Oct 30, 2001
10:02 am
Hi, Try cvSetImageData( Dst, Src->imageData + Rect.y*widthStep + Rect.x*<pixel_size>, Src->widthStep ); Dst should have the same type as Src. It can be created...
4710 Pisarevsky, Vadim
vp153 Send Email
Oct 30, 2001
10:24 am
Kevin, What errors do you get when you build calibfilter? About registering filter: 1) make sure you restart the command line session after you modified the...
4711 sprocket@...
baddogsprocket Send Email
Oct 30, 2001
12:15 pm
... I've recently update my system to Mandrake 8.1, which installs both gcc-2.96.xx and gcc-3.0.1. I tried building the patched version of OpenCV 0.9.2 using...
4712 gabriele betti
roundtheglobe Send Email
Oct 30, 2001
1:10 pm
How do I add paths with Visual Studio? ... scritto: > --- gabriele betti <roundtheglobe@...> ha ... ...
4713 Andrew Walker
walker_andrew_b Send Email
Oct 30, 2001
9:25 pm
Kevin, To get a full listing of appropriate directories, see include.txt posted by Bob Davies in the 'Files&#39; section. You shouldn't need to move any of the...
4714 xut@...
tnyx1 Send Email
Oct 30, 2001
10:11 pm
You can install MS DirectX 8.0a and then use VC++ to compile the directshow and Camshift filter. this will test if your PC has everything. Here is the tip:...
4715 Eduardo Todt
etodt2001 Send Email
Oct 30, 2001
11:01 pm
Choose in the main menu Tools/Options, then select Directories sheet, and selectš"directories for" and enter (can be browsing) a new path double-clicking in...
4716 Eduardo Todt
etodt2001 Send Email
Oct 30, 2001
11:08 pm
Does anybody knows some bug in the cvadaptiveThreshold function? I was experimenting it with the beta 1.5 version, and its behaviour was dependant of the...
4717 Michael Cheng
compvizard Send Email
Oct 31, 2001
12:27 am
Hi all, I would like to know what kind of halftone image I should pass to cvFindChessBoardCornerGuesses() to get it working. Any help is appreciated. Thx. ...
4718 Michael Cheng
compvizard Send Email
Oct 31, 2001
12:30 am
Hi all, How do I use cvFindExtrinsicCameraParams() and cvCalibrateCamera() functions to calibrate the chessboard? It appears that the parameters require...
4719 jack@...
trick673 Send Email
Oct 31, 2001
8:15 am
... I agree with the main body of your mail, as far as it goes, The problem with singletons and threading is that the singleton is shared between several...
4720 Li Ming
limingchina Send Email
Oct 31, 2001
10:08 am
Hi, What's the next version of OpenCV? 2.1? When will it be released? Really hope there will be a bug-fixed version soon available. That will save lots of...
4721 andypfrench@...
mister_fish2000 Send Email
Oct 31, 2001
11:53 am
Hi all, I think I understand the cvSnakeImage function and I can get the program to compile without errors, but it does not display any contours on the image. ...
4722 Molinov, Sergey
smoli_ru Send Email
Oct 31, 2001
12:05 pm
Hi Snake function just modifies the contour but don't show/draw it Sergey ... From: andypfrench@... [mailto:andypfrench@...] Sent: Wednesday,...
4723 jack@...
trick673 Send Email
Oct 31, 2001
12:28 pm
Alexandre, I am not entirely sure what you mean here. I guess it is either to provide for the caller allocating temporary memory, or allocating it in the...
4724 Alexandre Orth
alexandreorth Send Email
Oct 31, 2001
1:24 pm
Hi Jack, What I mean, in my last e-mail, is that we could have both solutions: * we can use the geometric functions and others alocating the temporary memory...
4725 jack@...
trick673 Send Email
Oct 31, 2001
3:22 pm
Alexandre, I look forward to seeing it in sourceforge. Semaphores are not quite the same as mutexes. I am not sure my self what the exact difference is....
4726 Randeep Singh
ranadelhi Send Email
Oct 31, 2001
3:34 pm
Hello, I get following linker errors when I build the camshift application. I have attached the necessary (implibed) libs to the project. [Linker Error]...
4727 Randeep Singh
ranadelhi Send Email
Oct 31, 2001
3:36 pm
Hello, I want to change the camera resolution in VfW say from 644 X 480 to 320 X 240, how can I change this from within my program? Any help will be grateful. ...
4728 hherreral@... Send Email Oct 31, 2001
7:57 pm
Hi¡¡¡ I would have some examples for read bmp in linux. Does anybody can help me, and give me some source examples. Thanks¡¡¡¡...
4729 Johan Bengtsson
johanb@... Send Email
Oct 31, 2001
8:53 pm
I am wondering over the existence of Matlab interface in OpenCV. What is the current state of the Matlab interface towards image processing operations? Are...
4730 xtu23@...
xtu23 Send Email
Oct 31, 2001
9:33 pm
... According to the IPL document, the resulting image from iplCcsFft2D is in RCPack2D format, if you can display this result as I did (by testing) as an...
4731 Alistair Deneys
adeneys Send Email
Oct 31, 2001
10:31 pm
... 320 X ... Hello Randeep. You can change many video parameters for within your program by using the WM_CAP_SET_VIDEOFORMAT message and sending it to the...
4732 Michael Cheng
compvizard Send Email
Nov 1, 2001
1:22 am
It depends on what kind of image processing functions you will use. Matlab has an image processing toolbox that comes with optimised mex functions. Any calls...
4733 dhyoon
dhyoon@... Send Email
Nov 1, 2001
4:35 am
There is "Math Library" in last version of MATLAB. This library is for C and C++ language. You can find "extern" folder in Matlab folder. Include this library...
4734 Chen Xiong Hui
chen_xionghui Send Email
Nov 1, 2001
6:07 am
Can anyone help me? I tried to install OpenCV beta 2.0 on win NT 4.0 , the installation program reported that "can't find ipl.dll" and "error occurred during...
Messages 4705 - 4734 of 90764   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help