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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 81440 - 81469 of 90765   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
81440 dalv8 Send Email Jul 1, 2011
11:17 am
Does anyone have a code example of realtime image effect application to the live webcam feed? What I mean is get each frame from the webcam, apply an effect on...
81441 oliver sacks
olisuxx Send Email
Jul 1, 2011
11:18 am
I have problems on building OpenCV_HighGui220d.lib with QT support. The problems are the unresolved symbols about QMetaObject, such as: "public: virtual struct...
81442 malek.sellami Send Email Jul 1, 2011
11:18 am
Hi, I am Malek Sellami from Tunisia, I am a computer engineer and now I am preparing my PhD thesis in image processing. I could not run your code. I want to...
81443 toti.mannino Send Email Jul 1, 2011
11:18 am
Hi, I had the same problem just now and traced it back to cvRodrigues2 needing my rotation matrix to be double instead of float. (dt == 'd' in whatever...
81444 zengzhenshelling
zengzhenshel... Send Email
Jul 1, 2011
11:18 am
I solved the problem by passing the pointer of ByteBuffer from Java to C++, although it's a little bit more time consuming than the way I tried before, at...
81445 amaxim2007 Send Email Jul 1, 2011
11:18 am
Hello everybody! I am new to CV, so need your advise. I am to embark a project dealing with lines and curves. I found paper "Curve Extraction in Images Using...
81446 Nguyen xuan Hoc
maximus21th Send Email
Jul 1, 2011
11:19 am
I convert RGB image to HSV image. Then I use cvSplit(hsvImage,hueImage,saturationImage,valueImage,NULL); but when I use ...
81447 oliver suxx
olisuxx Send Email
Jul 1, 2011
11:19 am
I have problems on building OpenCV_HighGui220d.lib with QT support. The problems are the unresolved symbols about QMetaObject, such as: "public: virtual struct...
81448 Debadeep Sen
sen_debadeep Send Email
Jul 1, 2011
11:19 am
I have a JPG file containing a photo of a person standing up and facing the camera. I need to detect his hands (and find out the length of the hand relative to...
81449 mpalesi Send Email Jul 1, 2011
11:19 am
Many thanks Frank, Please, could you provide more details? Thanks, Maurizio...
81450 d77kathrens Send Email Jul 1, 2011
11:19 am
I've had some problems with my build of OpenCV 2.2.0, and after searching for some answers, I can't get the facedetect python example to work...even after...
81451 Latex Lmdmf
latexlmdmf Send Email
Jul 1, 2011
11:19 am
Hi, I experienced the same bug as many people here trying to use CV_CAP_PROP_POS_FRAMES. The capture works well, but when I'm trying to get a specified frame,...
81452 zlatko.dukic Send Email Jul 1, 2011
11:20 am
Hi people, I'm looking for advice. I have two threads that should calculate something from the video stream images. It doesn't even have to be the same image,...
81453 llucm Send Email Jul 1, 2011
11:20 am
Does anyone know if the new version of OpenCV can load OpenNI format .oni video files? Thanks....
81454 Gabor Bernat
gabor_bernat Send Email
Jul 1, 2011
11:37 am
You need to build against Visual Studio compiled libraries. The SDK comes with the MinGW built ones. A detailed description of how to build QT with Visual...
81455 Gabor Bernat
gabor_bernat Send Email
Jul 1, 2011
11:40 am
The effect most of the time is undefined. Nobody can really tell for sure what would happen and is the source of multiple headaches throughout your development...
81456 Olivier Demuynck
odemuynck Send Email
Jul 1, 2011
12:45 pm
Hi! Is anybody knows about a good paper reference concerning ORB features extraction and descriptor? What ORB actually means? Finally, and refering to the...
81457 Franco Amato
franco.amato Send Email
Jul 1, 2011
4:39 pm
Hi Maurizio, please give a look at the 'peopledetection' example coming with OpenCV, it uses HOG. Best Regards, Franco 2011/6/30 mpalesi <mpalesi@...>...
81458 Sethu Madhavi
sethumadhavi443 Send Email
Jul 1, 2011
4:42 pm
Shervin, a very good explanation about HSV range. But, I have a doubt. Theoretically Hue value is 0 to 360 degrees(I read in some link). Actually the range is...
81459 Walter Lucetti
myzhar77 Send Email
Jul 1, 2011
4:55 pm
You can simply convert value from 0-255 to 0-359 and the ranges for primary colour do not change. H channel is a degree and the correct value is in 0-360...
81460 toncacz Send Email Jul 1, 2011
11:12 pm
Hello, I have problem with OpenCV2.2 and function cvMatchTemplate. I have two images (image 480x272px and small object 50x50px - both in grayscale). If I...
81461 sotirawe
adamakos2000 Send Email
Jul 1, 2011
11:12 pm
hey friend thanks for the reply but as i say above ... ""i am interested in particular in the so called grid sift. wich means not to use the sift detector for...
81462 sotirawe
adamakos2000 Send Email
Jul 1, 2011
11:12 pm
i want to build opecv with visual studio 2010 ,istead of usind the binary instalation,because the binary instalation dont have qt suport enabled,or other...
81463 zlatko.dukic Send Email Jul 1, 2011
11:13 pm
I was expecting it, but needed someone to confirm. Thank you very much....
81464 jaimea
jaime_ap Send Email
Jul 1, 2011
11:13 pm
Hey, I am using some really old program (in conjunction with my own code) for some image classification but in order to run it I need to use opencv v1.0.0 or...
81465 sspaciss Send Email Jul 1, 2011
11:13 pm
I'm running the following simple code: <code>// cCarCalcOpticalFlowLK.cpp #include <stdio.h>#include "cv.h"#include "highgui.h"#include "ml.h" int main(){...
81466 Julius Adorf
jeadorf@... Send Email
Jul 1, 2011
11:13 pm
It's a shortcut for Oriented BRIEF. I expect a paper that will introduce ORB to be published at ICCV 2011. Julius...
81467 Gabor Bernat
gabor_bernat Send Email
Jul 2, 2011
12:44 am
This isn't a bug. It's more like you are building the OpenCV library the wrong way. I am currently writing some OpenCV tutorials that cover these informations....
81468 Luis Alves
lmtjalves Send Email
Jul 2, 2011
5:31 pm
Hello! I have a problem: imagine that I have 5 points and I want to know witch is the closest to the top right of an image. Is there any function in opencv...
81469 Nenhum_de_Nos
matheusber Send Email
Jul 3, 2011
1:36 am
hail, I'm training a car wheel+tire classifier using 5000 positives images and 2000 negative ones. My problem is that it was running straight for 7 days and I...
Messages 81440 - 81469 of 90765   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