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
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
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
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
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
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
Jun 2, 2012 1:47 am
what about this cheaper one ...
88047
Shervin Emami
emami_s
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
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
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...
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
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
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
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
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
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...
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
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
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
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
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...
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
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
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
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
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
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
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
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
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...