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: 48152
  • 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 35128 - 35157 of 90792   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
35128 Stefan Meyer
opencv_uni Send Email
Feb 1, 2006
8:12 am
Hello OpenCV Community, To use the highgui-lib of opencv (e.g. cvNamedWindow()) I need gtk 2+ . Because I want to run my program on a mobile robot afterwards,...
35129 olivier.bornet@...
bornoliv Send Email
Feb 1, 2006
8:17 am
Hello, ... Install the CVS version of OpenCV, and look at the files: docs\python-wrappers-on-windows.txt interfaces&#92;swig&#92;python&#92;setup-for-win.py See...
35130 olivier.bornet@...
bornoliv Send Email
Feb 1, 2006
9:05 am
Hello Stefan, ... Yes, if you copy all the needed libs. ... You can try to use ldd to find which libraries are needed. Just try something like: ldd...
35131 Stefan Meyer
opencv_uni Send Email
Feb 1, 2006
9:12 am
Hello Olivier, if I do this, how can I tell the configure-script, that I have installed gtk 2+? Configure do not detect gtk 2+! What settings do I have to...
35132 olivier.bornet@...
bornoliv Send Email
Feb 1, 2006
9:15 am
Hi Matthias, ... Cool. :-) ... It's correct. configure files don't know anything about cvcam. I don't have any experience at all with cvcam, but I think it's a...
35133 evaspies Send Email Feb 1, 2006
9:53 am
Hi, i want to analyze a YUV Image, which I convertred from RGB to YUV, by storing the histogramms of Y and U. Afterwards I want to compare those Y and U...
35134 siddus19 Send Email Feb 1, 2006
10:15 am
Hello! I am a new user of openCV and I have a project that uses two firewire video cameras that are to detect movement of an object and calculate 3d position....
35135 simona fabbro
simyrm03 Send Email
Feb 1, 2006
10:28 am
Hi all, I want to translate the matlab's function bwlabel to visual c++ with opencv. I try this way : 1. connecting components with CvFindContour 2. labeling :...
35136 lsorgi Send Email Feb 1, 2006
11:17 am
Hi the function cvWarpPerspective needs the source and destination images to have the same dimension? thanks Lorenzo...
35137 lsorgi Send Email Feb 1, 2006
11:17 am
Hi I found only the RANSAC fundamental matrix fitting. I was looking for the homography fitting procedure. thanks Lorenzo ... flag in the argumrnt of the...
35138 mpmamakoko Send Email Feb 1, 2006
12:40 pm
Hi How can i use openCV to subtract the background of a video. I know this might seem like a very trivial question but i'm new to openCV and i'm trying to get...
35139 miguelycheli Send Email Feb 1, 2006
12:56 pm
Hi, we are trying to use a network camera to campture images. The network camera has a HTTP server and we can request an image using GET method from the...
35140 Betul Karaomeroglu
betul_karaom... Send Email
Feb 1, 2006
3:48 pm
Hello How can I create a fullscreen window? Can anyone help me? thank you very much......
35141 paramveerdhillon
paramveerdhi... Send Email
Feb 1, 2006
4:00 pm
Hello Everybody, Does anybody have any idea ,on how to implement Neural Networks in OpenCV for training the behaviour of a machine? Yeah, I've worked with Haar...
35142 simona fabbro
simyrm03 Send Email
Feb 1, 2006
4:43 pm
Hi all, I download the file cvblobslib_OpenCV_v3 , but in the file text "How to build cvblobslib" there is a step where I must add cvblobslib.lib file that...
35143 k_dermot Send Email Feb 1, 2006
5:03 pm
I am using some of the openCV functions to perform triangulation of some pixels in an image. Using 'cvSubdiv2DEdgeOrg' and 'cvSubdiv2DEdgeDst' i am able to...
35144 Manar Ramzy
marmar_310310 Send Email
Feb 1, 2006
5:38 pm
hii guys, I want to ask aquestion is there non uniform illumination correction filter in open cv? or is there anyone know a filter for the same goal? i need...
35145 Amar Chowdary
nani_chinni_p Send Email
Feb 1, 2006
6:32 pm
hi, This is amaresh,i m new to this group. i am working on object tracking in video files. i heard that levelsets are well suited for object tracking. i am...
35146 Engin TOLA
etola Send Email
Feb 1, 2006
6:39 pm
Hi, what is the difference between CvMat* tt = cvCreateMat(3,3,CV_32SC1); and CvMatr32f ttt; apart from one being a pointer. Also, can anybody comment on...
35147 Gonçalo Monteiro
goncalus Send Email
Feb 1, 2006
6:47 pm
Hi paramveerdhillon, Go to http://ltilib.sourceforge.net/doc/homepage/index.shtml , this library has the Neural Networks implemented. Gonçalo Monteiro...
35148 Matthias Jauernig
matthias_jau... Send Email
Feb 1, 2006
6:50 pm
Thx a lot Olivier. I'm using highgui now, I didn't know that cvcam is deprecated. Some questions at least: 1st) Is there an equivalent to...
35149 moigg2000 Send Email Feb 1, 2006
11:08 pm
hello, i would like to know how to convert an image to an HSV space ?? thx in advance regards Guillaume....
35150 yuvaltwig Send Email Feb 2, 2006
12:09 am
thx for your reply, so far i used only opencv, havent heard much about LTI-LIB, do i need to craete and xml like file to work with the SVM? any hints on how to...
35151 Dave Grossman
dgrossman2@... Send Email
Feb 2, 2006
1:31 am
IplImage* RawImage = 0; RawImage = cvLoadImage("ImageName.jpg", -1); Width = RawImage->width; Height = RawImage->height; IplImage* HSVImage =...
35152 Xiaofeng Wu
xiao_feng_wu Send Email
Feb 2, 2006
1:45 am
Hi, everyone, I need some helps on building the c samples of OpenCV beta 5 package in Redhat 9. According to the INSTALL file and some useful messages in this...
35153 razilon Send Email Feb 2, 2006
2:47 am
Hi, If anyone has done face detection, could you please share your resulting xml classifiers? I've got a simple application that I would like to try as many...
35154 Matthias Jauernig
matthias_jau... Send Email
Feb 2, 2006
5:24 am
Hi Xiaofeng. Go to opencv/samples/c directory (/usr/local/share/opencv/samples/c in my case), make "chmod 777 build_all.sh" and then run "./build_all.sh". This...
35155 Ashok Srivastava
ashok_srivas... Send Email
Feb 2, 2006
6:18 am
And true it is that idiots also type computers ! first joke ... cegparamesh <cegparamesh@...> wrote: No Way! Thats why computer is still called an idiot!...
35156 Xiaofeng Wu
xiao_feng_wu Send Email
Feb 2, 2006
6:33 am
Hi, Matthias Thanks for your reply soon. I tried it but not succeeded because there is too many errors (over hundards) during compilation. Any other...
35157 Yoram Mizrachi
YoramMizrachi Send Email
Feb 2, 2006
7:23 am
Greetings folks, I apologize for the question in advance, I know a lot was asked about calibration, I'm still very confused about this issue. 1. Do I need to...
Messages 35128 - 35157 of 90792   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