Search the web
Sign In
New User? Sign Up
OpenCV · Open Source Computer Vision Library

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 48144
  • 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
Messages 88040 - 88069 of 90767   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
88040 Gonçalo Lopes
kodachi_garou Send Email
Jun 1, 2012
2:21 pm
Hi everyone, This has been asked before, and the answer is always redirected to cvConvertScale. I just want to make it clear that cvConvertScale IS NOT ...
88041 Roberto Spadim
rspadim Send Email
Jun 1, 2012
8:14 pm
hi, does anyone tried this china cheap stereo cam? could it work with opencv? ...
88042 Witek Czajewski - Cza...
wicio2004 Send Email
Jun 1, 2012
10:03 pm
Yes, it works. I think it's worth its price. Have a look here: http://nma.web.nitech.ac.jp/fukushima/minoru/minoru3D-e.html Witek...
88043 Roberto Spadim
rspadim Send Email
Jun 1, 2012
10:13 pm
any other cheap and good stereo camera? 2012/6/1 Witek Czajewski - Czajnik <czajewsw@...> ... -- Roberto Spadim Spadim Technology / SPAEmpresarial...
88044 Witek Czajewski - Cza...
wicio2004 Send Email
Jun 1, 2012
11:12 pm
Minoru is the cheapest. There is no synchronization (I think) and the lenses are substantially misaligned, but it works. I don't think there is a cheaper one. ...
88045 Roberto Spadim
rspadim Send Email
Jun 1, 2012
11:49 pm
what about kinect it works as a stereo cam? 2012/6/1 Witek Czajewski - Czajnik <czajewsw@...> ... -- Roberto Spadim Spadim Technology / SPAEmpresarial...
88046 Roberto Spadim
rspadim Send Email
Jun 2, 2012
1:47 am
what about this cheaper one ...
88047 Shervin Emami
emami_s Send Email
Jun 2, 2012
11:33 am
The solution is usually to shrink the image that you use for detection, because usually face detection works well enough at 400x300 or even 300x200 than at...
88048 pattern
samy.ovgu Send Email
Jun 2, 2012
12:01 pm
I am working on human action recognition. and I want to try extracting HOG features from different human body poses. My question is: Can these features...
88049 shaul.zevin Send Email Jun 2, 2012
4:02 pm
Hi, It looks like cvMatchTemplate has a bug when working with CV_TM_CCOEFF_NORMED and the template image has homogeneous regions ( regions with the same color...
88050 Rochester Beckham
beckham.roch... Send Email
Jun 2, 2012
4:02 pm
... cvDrawContours(contourImg, contour, in_color=CV_RGB(0, 255, 0), out_color=CV_RGB(255, 0, 0), index=1, thickness=2, linetype=8); index value should be -1...
88051 Gabriel
gtbustos Send Email
Jun 2, 2012
4:02 pm
use the same source and a cross compiler... I'd compiled opencv for ARM (unix) using scratchbox, codesourcery cross compiler and I also compiled directly in...
88052 ed2winitall Send Email Jun 2, 2012
4:02 pm
Hi there, I am a newbee to OpenCV. Ich have read "Learning OpenCV", leaving some of the math ;-) I have a whole bunch of ideas what to do with OpenCV. The...
88053 ivanmushketyk Send Email Jun 2, 2012
4:02 pm
Hello. I have a strange problem with OpenCV 2.4 that I've built from source code. It is installed successfully and I can build and run samples from the source...
88054 Mostafiz Mehebuba
mimi_dht Send Email
Jun 2, 2012
4:02 pm
HI Zehra, Can you help me ...I aslo want to get the length of the motion vector..How can I get it?...
88055 vinithalk83 Send Email Jun 2, 2012
4:02 pm
Has anyone tried the new Microsoft kinect which has the near Mode feature? I does not work with the setting for thr XBox Kinect....
88056 Rochester Beckham
beckham.roch... Send Email
Jun 2, 2012
4:02 pm
... I believe reiteratively ie: results=[None,None] def this_func(contourimage): for level in range(0,4): ...
88057 Bahri
bahri.haythem Send Email
Jun 2, 2012
4:02 pm
slt tout le monde, j'ai une problème au niveau programmation de opencv , j'ai déjà fait une partie du travail demandé , j'ai réalisé une séquence...
88058 Charles
charlesmennell Send Email
Jun 2, 2012
4:02 pm
Ultimately, I'm trying to determine the 3D location of a point I've identified in two cameras (using OpenCV 2.3.1, Windows 7, C++). I'm having trouble...
88059 shaul.zevin Send Email Jun 2, 2012
4:02 pm
Hi, It looks like cvMatchTemplate has a bug when working with CV_TM_CCOEFF_NORMED and the template image has homogeneous regions ( regions with the same color...
88060 akhilms004 Send Email Jun 2, 2012
4:02 pm
iam using opencv4.0 with codeblocks and mingw in my windows7(32 bit) system. i configured the opencv with the help of this page: ...
88061 Shiladitya
shiladitya... Send Email
Jun 2, 2012
4:02 pm
I am using OpenCV 2.1 with vs2010(coding in C). After extracting the blue plane from a rgb image, I applied dct to it to get the transformed matrix. ...
88062 yfrank10 Send Email Jun 2, 2012
4:02 pm
I want to access and change some pixels in a pic to superimpose a image with some trasparency. I made it work well with this part of code: CvScalar S =...
88063 Virgil Stokes
vs.mimsi Send Email
Jun 2, 2012
4:02 pm
... Although I have not tried to use OpenCV for your application, that it may be possible. However, I believe that you should first work on making sure that...
88064 alon.catz Send Email Jun 2, 2012
4:02 pm
I read your post and spent some time playing with OpenCV trying to undo gamma correction from sRGB. Turns out that RGB to Lab (CV_BGR2Lab) conversion in OpenCV...
88065 alon.catz Send Email Jun 2, 2012
4:02 pm
I might be another year late, but I've just spent a day figuring this out and I finally got the answer. By Default Matlab uses white point called D50 when...
88066 Adi Shavit
adishavit Send Email
Jun 3, 2012
8:35 am
Hi, When setting CMake to make a static OpenCV build, it seems that the FFMPEG dll is still searched for dynamically at runtime. Is there a way to specify that...
88067 Shervin Emami
emami_s Send Email
Jun 3, 2012
9:07 am
FFMPEG is LGPL licensed, which probably means that anyone linking to it statically will be forced to make their entire program GPL licensed (ie: you may have...
88068 Adi Shavit
adishavit Send Email
Jun 3, 2012
10:56 am
Yes, I thought that was it. Here it says <https://ffmpeg.org/legal.html>: "2. Use dynamic linking (on windows, this means linking to dlls) for linking with...
88069 Vadim Pisarevsky
vp153 Send Email
Jun 3, 2012
12:45 pm
Exactly! We are still looking for better "out-of-box" solution for video capturing from files on Windows. Probably, we could extend direct show wrapper to read...
Messages 88040 - 88069 of 90767   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