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: 48148
  • 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
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

Hi, Have you done this conversion : IplImage to char * and char * to IplImage without writing the image onto disk ? If so, can you share your code ? -best, ...
8 Oct 3, 2006
5:07 pm

Rahul Ray
rahul_iisc_1999
Send Email

hi, I have a problem, when i do: cvSub(resSup,sup,resSup,NULL); the image that has the result, has a lot of noise. I need to clean it. How i could clean it????...
1 Oct 3, 2006
3:45 pm

yakkasite
Send Email

Hello, cvSobel gives us gx and gy. Is there a way to calculate gxx, gyy and gxy ? How? Thank you. -Fadi [Non-text portions of this message have been removed]...
3 Oct 3, 2006
3:26 pm

vp153
Send Email

I'm trying to build the latest CVS python bindings under Windows. The included setup-for-win.py distutils script doesn't work; it returns the error message...
3 Oct 3, 2006
3:19 pm

vp153
Send Email

Is there any openCV function or mathematical equation to find if two lines intersect each other? That is we have start and end points of two lines and like to...
3 Oct 3, 2006
3:05 pm

vp153
Send Email

Hello, I'm the beginner of using OpenCV. I have installed Visual Studio C++ Express Edition, SDK Platform and OpenCV. I have done all stepes to create new...
3 Oct 3, 2006
3:03 pm

brooks_johnston
Send Email

Dear All, I am not very good at how to build out a binary of OpenCV 1.0RC Python extension module for Windows. Could you plese share me your pre-builded...
4 Oct 3, 2006
2:56 pm

vp153
Send Email

Hi, I'm new to opencv as well as for image processing stuff. I have installed opencv and started learning. I want to extract center coordintes, bounding box...
2 Oct 3, 2006
1:54 pm

Gonçalo Monteiro
goncalus
Send Email

Hi, I have image data in the form of a character string. I want to display it directly, without saving it as a file. Please suggest some method of doing so. ...
1 Oct 3, 2006
11:25 am

prashantt84
Send Email

Hi all, I am new in openCV,currently i have to start a project that will be able to detect faces in an image. I would use adaBoost as the program algorithm,...
3 Oct 3, 2006
11:20 am

wingteng_h
Send Email

Hi there! I am trying to use the function cvmGet and I am getting some trouble 'cause the returned value isn't what I was expected. Are there someone that used...
1 Oct 3, 2006
2:26 am

Edson Lek Hong Ma
edsonhma
Send Email

Hello everybody, is there someone experienced enough to haar training, to tell me if a three days time space to finish a training is too much time? I fed the...
1 Oct 2, 2006
10:46 pm

Christian Silvano
ch.silv
Send Email

Hi All, We in our lab are planning to set up a visual servoing system with a robot and will be working on controlling the robot and also doing feature tracking...
5 Oct 2, 2006
10:10 pm

Suraj
anantvemuri
Send Email

Compiler: Visual Studio 2005 Compiling... cxprecomp.cpp c:\Program Files\OpenCV&#92;cxcore&#92;include&#92;cxmisc.h(56) : fatal error C1083: Cannot open include file:...
5 Oct 2, 2006
10:08 pm

kris47
Send Email

hi guys. i got a little problem. does anybody know how to write a stand alone programm? i mean, i wanna write a programm with opencv wich is independend from ...
1 Oct 2, 2006
6:51 pm

andre_klepel
Send Email

Hi All, I've recently installed RC1 and I'm trying to get my old code working again. It seems cvSetImageROI is no longer a function? Is this really the case,...
3 Oct 2, 2006
4:19 pm

Aaron
amhoov
Send Email

Hi All, I like to use GaussianBGModel for subtracting background from current frame and update the background model when it is necssary (only when there is a...
4 Oct 2, 2006
3:55 pm

margnat80
Send Email

Hi folks, I'm now doing a project about blob detection. And I need some images to do this. Does anyone know where to download this kind of images? Thanks in...
4 Oct 2, 2006
1:53 pm

univmercury
Send Email

Hello everybody, Just to inform those of you who are looking for cross-platform sample code for camera calibration and/or is trying to get some bugs in it...
3 Oct 2, 2006
9:20 am

vp153
Send Email

hi..i`m new in here n i`m looking for someone who can speak malay..right now i`m going to use OpenCv for my research program but i don`t know how to handle...
1 Oct 2, 2006
9:17 am

Bleeding me
maxapul2
Send Email

hi all, my orignal image window was 800x600 with horizontal blue lines across it (when execute the codes below). How do i get a rectangle (256x360) within the...
1 Oct 2, 2006
9:12 am

partysaurus
Send Email

hi,i have to divide an image in four or more overlapped areas(shape of areas:rectangle or square).is there a specific cvfunction for this purpose? thanks! ...
2 Oct 2, 2006
9:12 am

salvor83
Send Email

Hi, I am currently working in a project where I need to find a cylinder with a tip in the image and track the object while a robot is moving it. However to...
1 Oct 2, 2006
6:42 am

johanhallenberg
Send Email

Hi, What ranges pixel value has space HSV for H,S,V ? Thanks Kate...
3 Oct 2, 2006
6:40 am

liuqiang_99
Send Email

Hello, We are still waiting for your reply, we need it urgently because we tried a function called getSkinMask that we found online, but it has bugs. Also, I...
1 Oct 1, 2006
12:21 pm

engy naguib
engy_mamdouh
Send Email

Hi, I am starting to use opencv on VisualC++ Vers.6 on WindowsXp. Opencv runs fine but when i go in debug mode there are memory leaks. Now I loaded and...
1 Oct 1, 2006
9:27 am

hjpospie
Send Email

is thee anyone working on the 3d reconstruction from 2 ( n ) cameras? I'm finding the right way just tring... and a sample code or at least a clue to follow...
1 Oct 1, 2006
5:11 am

vanth1982
Send Email

Hello, I have serious problems about CV_FILLED. cvDrawContours() draws allright if I set thickness to 1, but when I set it to CV_FILLED it draws some unwanted...
3 Oct 1, 2006
1:59 am

Baris Evrim Demiröz
demirozba
Send Email

Hi all, I'm testing out some code on a MacBook Pro with RC1 installed and I'm getting the following (unexpected) behavior: I'm able to create the camera...
1 Oct 1, 2006
12:59 am

Aaron
amhoov
Send Email

Say I perform a correlation matching using the same template but resized (e.g. one version of the template is larger than the other) -- I'm interested in both...
1 Oct 1, 2006
12:24 am

jgrn307
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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