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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

Dear all, I am working on video compression. I am using Opencv 2.3.1a in linux environment. For video capturing and getting IplImage I am using ...
4 May 10, 2012
8:44 am

Shervin Emami
emami_s
Send Email

Hi everyone, I followed step by step the instructions of compiling opencv for android purpose from Ubuntu 11.10 64 bits. I got 100% correct compilation, and...
1 May 9, 2012
7:22 pm

mrfantasticolong
mrfantastico...
Send Email

So I finally got the dll mess OK and can debug my VC++ MFC code. Trying to get video from the USB connected camera and can get as far as this function. It sets...
5 May 8, 2012
7:31 pm

vaclav_sal
Send Email

Hi All, Does anyone have compiled 2.4 with Mingw 4.4 + Qt? I get weird linking errors. I don't have the exact error with me right now. I will post it later....
2 May 8, 2012
1:59 pm

Bence Magyar
mw.mzperx@...
Send Email

Hi everyone! This is my first experience with OpenCV so please be gentle :) I need to write a function that returns the percent of similarity between two...
6 May 8, 2012
1:32 pm

Shervin Emami
emami_s
Send Email

does anyone knows how to detect the curve roads using hough transform. because i detected the straight roads using PPHT algorithm. so i want to continue with...
1 May 8, 2012
12:40 pm

indhumathi.1989
Send Email

dear all, I found emerging use of CRF for image segmentation. Is that any clues to CRF library/implementation on OpenCV Please find below the abstract of CRF...
2 May 8, 2012
12:40 pm

fahmi
dzu40_moslemboy
Send Email

Hi, I am using OpenCV 2.3.1 under Windows 7 64Bit. Everything works fine but recently I tried to load some jp2 files. But with imread() I cannot load the...
1 May 8, 2012
12:40 pm

cerberus_at
Send Email

I have the case of a sterescopic application. I am detecting a ball (in front of a monochromatic background) in a range between 5 to 12 meters far, from the...
1 May 8, 2012
12:40 pm

Aggelos Biboudis
abiboudis
Send Email

I am working on a stereo vision application and decided to find out the intrinics of individual cameras. I have been having problems with the...
1 May 8, 2012
12:40 pm

r.D.
ruddradev_rc...
Send Email

hi to all, with the opencv classifiers haarcascade_lefteye_2splits.xml and haarcascade_righteye_2splits.xml is possible to view if the eye is open or close. ...
4 May 8, 2012
12:40 pm

manuss
miceli_emanuele
Send Email

Are there OpenCV functions for generating Poisson random numbers? If not, would the OpenCV community be interested in adding this functionality? Thank you in...
1 May 8, 2012
12:39 pm

max_tyler_0101
Send Email

Dear Members, I am trying to create a 32 bit image but the image I am getting as output is 8bit image. Here is the code: IplImage *im32 =...
3 May 8, 2012
12:39 pm

mogwaifearsatan@...
mogwaifearsa...
Send Email

Hi everyone, I work and template matching and I have a constraint of real time processing because I work on TV Stream. The problem is that I find template...
5 May 8, 2012
12:39 pm

Marc Van der linden
vanderlinden...
Send Email

Hi... I appreciate if you give me some suggestion of this because I am still new comer in using OpenCV and Qt. I made a MainWindow contain a QWidget. That...
1 May 8, 2012
1:29 am

romy
romy.budhi
Send Email

Could someone send me a simple code sample to be able to display OpenCV image in MFC doc/ view. No dialog please. I need doc/view. This code asserts - invalid...
1 May 8, 2012
12:29 am

vaclav_sal
Send Email

Hi, I recently updated my libraries and came accross an error that happens if opencv and flann are used together in the same file. I solved this problem by...
3 May 7, 2012
7:14 pm

Jake
jbruce8675309
Send Email

Hello dears, Modifying source code requires a new build, but I got no changes! I follow these steps to apply modifications: -> modify the source code. for...
2 May 7, 2012
1:13 pm

Shervin Emami
emami_s
Send Email

Has anybody seen a resource covering specifically the use of OpenCV for locating a human in a room, including cases where they may be partially obscured?  I'm...
2 May 7, 2012
1:00 pm

Shervin Emami
emami_s
Send Email

Essalamou Alaykom , I'm new  to opencv , I have installed the version 2.2 ( with cmake 2.8.7 and visual studio 2010). when I try this code , instead to...
1 May 7, 2012
11:51 am

Rim Trabelsi
amatoualra7man
Send Email

I am using Creative Live Cam webcams (two). I have tried calibrating for 3d correspondence, and calibration from Learning OpenCV, Computer Vision with the...
1 May 7, 2012
11:51 am

ajulpandya
Send Email

Hi guys, i am doing a simple task of hand detection and mouse event. opencv is rather new to me, and i find it very interesting. so i am playing with it now :D...
1 May 7, 2012
11:47 am

yustinus_adika
Send Email

Hi all, OpenCV 2.4 is out and it claims to support SXGA rgb capture on the Asus Xtion Live sensors. The problem is that no matter what I try, I only get about...
1 May 7, 2012
11:47 am

Danika
dragon_567
Send Email

Hi, i am using OpenCV 2.4.0 when import a sample face detection program for image it shows error in function like " *too few arguments to function ...
3 May 7, 2012
11:47 am

ana Toraab
forislam14
Send Email

Does anyone can help me how to record the frames from the camera when there is minimum movement detected? I have tried with cvvideowriter, i only able to...
1 May 7, 2012
11:47 am

smile888my
Send Email

Hi I have problem with remove small object with different shape show at attached image. Is there any useful function to remove white object with specify size...
1 May 7, 2012
11:46 am

mnowak022
Send Email

Hi i am designing a post impact path predictor i have detected the ball in the video frames and have its center and size.Next i want to predict where the ball...
3 May 7, 2012
11:46 am

Hemant Singh
maddyhemu
Send Email

Hi everyone: There is a C++ function example used to sharpen image in the book OpenCV 2 Computer Vision Application Programming Cookbook.But when I used this...
1 May 7, 2012
11:44 am

nimingzhe2008
Send Email

I've got a Python loop that's meant to capture an image, do an optical flow calculation from the previous image, display the image and flow, move new image to...
1 May 7, 2012
11:44 am

gb736@...
gb736@ymail.com
Send Email

I appears that the outputting of Freeman chains is no longer supported by the findContours() call (either C or C++). ...
1 May 7, 2012
11:44 am

emgrobotics
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