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: 48149
  • Category: Open Source
  • Founded: Jun 20, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 10720 - 10749 of 90795   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
10720 anadimahajan <anad...
anadimahajan Send Email
Feb 1, 2003
5:25 pm
Hi, I have to access up to 3 cameras in my program. I am using highgui CvCapture structure and asso. functions to access the cameras (Logitech PRO 4000 - USB...
10721 fritschgmbh <frits...
fritschgmbh Send Email
Feb 1, 2003
6:43 pm
Hi, I need to recognize rows of rectangles. The problem is that there is not just one but 2 or 3 rows of rectangles in one picture and the rows could have...
10722 J.P. Mellor
jpmellorus Send Email
Feb 1, 2003
10:21 pm
I believe there is a bug in cvInitMatHeader. The following call produces a matrix with a step of 0. cvInitMatHeader(MatC, 3, 3, CV_32FC1, NULL, CV_AUTO_STEP);...
10723 braguista_pt <fr@....
braguista_pt Send Email
Feb 1, 2003
11:36 pm
It is actually possible to see a continuous video feed while adjusting the parameters if you use VFW eg. Camera class. One good example is the Lucas Kanade...
10724 Bob Davies <bobdav...
bobdavies2000us Send Email
Feb 2, 2003
7:42 pm
Anadi I would make sure that you have the latest driver for the camera. The Vicam USB camera was in a similar state a few years back where you could not access...
10725 Bob Davies <bobdav...
bobdavies2000us Send Email
Feb 2, 2003
7:46 pm
Markus Fritsch, Try this sample program: C:\Program Files\OpenCV&#92;samples&#92;c\squares.c It works pretty well at finding rectangles at any angle. Bob Davies...
10726 and1rewt <and1rewt...
and1rewt Send Email
Feb 3, 2003
1:53 am
Given the headaches I have been through I figured I can be some help here: I managed to get 4 USB 2.0 Cams working at 30fps each using DirectShow. (Can't do...
10727 irene_he <irene_he...
irene_he Send Email
Feb 3, 2003
2:44 am
Sorry, I can't post code here. Actually I am not writting my code in C/C++, but translate into LabVIEW, a programming language for measurement and automation,...
10728 Molinov, Sergey
smoli_ru Send Email
Feb 3, 2003
4:44 am
Irene, This is a bug :( Will be fixed in the nearest update. To fix it replace line 1022 of cvcmp.cpp with icvInitMaxCC1RTable( &minmaxs_tab[1] ); You are...
10729 karmelealberto <kf...
karmelealberto Send Email
Feb 3, 2003
9:37 am
Hello, When I use the function cvShowImage I get a new window with the image. I would like to get that window inside my MDI application, like a child window,...
10730 ???
leeyounbaek Send Email
Feb 3, 2003
1:01 pm
Unscribe please~...
10731 ???
younbaek@... Send Email
Feb 3, 2003
1:01 pm
Unscribe please~...
10732 이연백
younbaek@... Send Email
Feb 3, 2003
1:07 pm
unsubscribe me...
10733 이연백
leeyounbaek Send Email
Feb 3, 2003
1:07 pm
unsubscribe me...
10734 Pisarevsky, Vadim
vp153 Send Email
Feb 3, 2003
2:43 pm
Thank you, I've fixed it. Vadim ... From: J.P. Mellor [mailto:jpmellor@...] Sent: Sunday, February 02, 2003 1:21 AM To: opencv@yahoogroups.com ...
10735 amh2000 <amh2000@....
amh2000 Send Email
Feb 3, 2003
3:00 pm
I didn't read your older message. Thanks for the answer. ... upgrade...
10736 Bob Davies <bobdav...
bobdavies2000us Send Email
Feb 3, 2003
5:16 pm
Andrew Thanks for your post on the USB 2.0 cameras. I have 3 Firewire cameras going into one Firewire card at 15 fps. I wouldn't have room for all the USB...
10737 and1rewt <and1rewt...
and1rewt Send Email
Feb 3, 2003
6:10 pm
sorry about the confusion - yes - I mean the cvcam code. I remember seeing it hook into directDraw somehow - but I am no longer sure. I bit the bullet and...
10738 and1rewt <and1rewt...
and1rewt Send Email
Feb 3, 2003
6:17 pm
Also - I should mention that the most simple to implement API is the firewire driver from CMU. If you want to simply get a frame on demand and get it at 30fps...
10739 ismaeloarciga <ism...
ismaeloarciga Send Email
Feb 3, 2003
7:43 pm
I,m trying to do some measurements using the extrinsic and intrinsic parameters of the camera after doing the calibration, does anybody know how can I measure...
10740 Frank Wu
frankfmwu Send Email
Feb 3, 2003
7:54 pm
By only one camera or one normal images, there is no possible to reconstruct 3D information. So you cann't convert pixels into milimeters. ... From:...
10741 Rui Bento
RuiMSBento Send Email
Feb 3, 2003
7:59 pm
Is there any special driver for reading multiple USB1.1 cameras simultaneously, under WinXP? Does the function cvcamSelectCam work ? Thanks in advance Rui...
10742 ayall_gadasy@...
ayall_gadasy Send Email
Feb 3, 2003
8:00 pm
Hi ismaeloarciga, You should know the camera sensor size. Then, you should find the magnification factor from the calibration. So if the measurements distance...
10743 Bert <bertwheeler@...
Bertwheeler Send Email
Feb 3, 2003
9:45 pm
OpenCV Group As I have gotten no response to my post, I thought I would update the status and see if anyone has any other suggestions. I can successfully...
10744 danishor <d_shor@....
danishor Send Email
Feb 3, 2003
11:54 pm
Hi, If that helps, there is probably a(the) bug in cvCreateData. Another problem with cvInitMatHeader is step testing, there is no problem setting step to 6...
10745 kometes77 <island3...
kometes77 Send Email
Feb 4, 2003
2:35 am
Otsu's Image Thresholding Method is famous. As far as I know, many people is using his algorithm. Can anyone provide the c source code implementing Otsu...
10746 kometes77 <island3...
kometes77 Send Email
Feb 4, 2003
4:58 am
... Let me give you more information for Otsu binarization method. He published the paper Nobuyuki Otsu, "A threshold selection method from gray-level ...
10747 sandeep
sandeep_gaurkar Send Email
Feb 4, 2003
5:23 am
Hi every one Is it possible to call any dos program in vc++ program (when the code of dos program is not available ), I don't want that dos window to appear,...
10748 shake4874 <shake@....
shake4874 Send Email
Feb 4, 2003
9:11 am
change lines 1277f to #define CV_IS_SEQ_SIMPLE( seq ) ((((seq)->flags & CV_SEQ_FLAG_SIMPLE) != 0) || \ CV_IS_SEQ_CONVEX(seq)) A '(' is missing in front of...
10749 mulligan_14 <mulli...
mulligan_14 Send Email
Feb 4, 2003
9:41 am
Hi, I have an image with a ROI. I need to get all pixel values within the ROI. I seem to be having problems with line Value = ptr_src[0]. The currentline value...
Messages 10720 - 10749 of 90795   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