im not sure exactly but it works fine for me on MFC. i used createThread() function....
75727
Al Van damme
alurchi3
Dec 1, 2010 2:05 am
This seems like odd behaviour. Is there some other function than findContours, which is more suited for contours?...
75726
gabboshow
gabriele.spi...
Dec 1, 2010 2:04 am
Thank you Robert, I tried like this...I don't have more the error but I don't know if it's correct or if it's the best way to do it... I really thank you if...
75725
astro_vedant
Dec 1, 2010 2:04 am
Hello All, I am working on Ubuntu 10.04. I recently downloaded the cvblobs library. To compile it I have given the following commands: unzip...
75724
Rizwan
engr_rizwanm...
Dec 1, 2010 2:04 am
Hi ! I am doing a project in which we mimic our arm and hand motion by a rebotic arm for this i have to amke an algo to track motion of my arm I have studied...
75723
topagae
Dec 1, 2010 2:04 am
I'm in the process of trying to compile it on windows 64 bit, get the AMD error as well when I try to run it. Having a lot of linker errors. Very confused...
75722
siyuan.xiang
Dec 1, 2010 2:04 am
I encountered the same problem. ffopencv.cpp has following code segment, #if _MSC_VER >= 1500 #ifdef _DEBUG #pragma comment(lib, "libmsvcr90d_.a") #else ...
75721
thewoz
thewoz82
Dec 1, 2010 2:04 am
I have a program that using pthread (openMp) and openCv but I have some error. tnx...
75720
Sivadev Nadarajah
jspbro
Dec 1, 2010 2:03 am
Hello friend, I have the same problem as Ye Getian, I have a quad wireless camera system that uses STK1160 (similar to Easycap) driver. I wrote a simple VC++...
75719
onuryuruten
yuruteen
Dec 1, 2010 2:03 am
Hi Marcus, I have encountered the same problem. Which version of opencv are you working with? I was working with v2.0.0; then installed v2.1.0 and it worked...
75718
Sheraz Ali
eeddyy420
Dec 1, 2010 2:03 am
I am beginner for OpenCV. I install the opencv 2 now i want spme tutorials please syggest me best tutorials link and tell me how to run a samll program like...
75717
topagae
Dec 1, 2010 2:03 am
Hello, I am trying to compile OpenCV in 64 bit Windows. I started the endeavor because I noticed in the change-log here: ...
75716
Mitch
mitchellyuwono
Dec 1, 2010 2:03 am
Hello guys, I'm a total newbie on this stuff, so I'm not sure if i have done the right thing.. I was trying to reproduce the same vector in...
75715
Robin Hewitt
get_imaginary
Nov 30, 2010 7:15 pm
Well, I did look in the source code to find out how it works because it wasn't giving me the results I needed. I've posted this in some detail previously, so ...
75714
andrejbarkhatov
Nov 30, 2010 3:24 pm
Dear all, I don't know how to express logical AND for matrices Does it bitwise_and ? Say, some idiomatic expression like if (int_var1 && int_var2 && int_var3)...
75713
bluekid ...
derindelimavi
Nov 30, 2010 1:28 pm
But EmguCv's licence is *GPL* or *Commerical* and OpenCvSharp39;s licence *LGPL* 2010/11/29 nishant sinha <nishant.4545@...>...
75712
Walter Alex Lucetti
myzhar77
Nov 30, 2010 1:27 pm
This is a new OpenCV function. I did not know it. Walter Inviato da Tablet SamsungMalte Oeljeklaus <malte.oeljeklaus@...> ha scritto:>use...
75711
Malte Oeljeklaus
malte.oeljeklaus@...
Nov 30, 2010 12:36 pm
use cv::calibrationMatrixValues() respectively its C-version. see: ...
75710
Robert Jobbagy
robert.jobbagy
Nov 30, 2010 12:28 pm
It's a type mismatch function of setParam last parameter doesnt same. in your header it is a std::vector<int>* filtersize = NULL and your cpp too but where you...
75709
nishant sinha
nishant.1001
Nov 30, 2010 11:55 am
There is an IPP library for optimization with intel microprocessors....
75708
nishant sinha
nishant.1001
Nov 30, 2010 11:55 am
EmguCV is a wrapper of opencv for .net framework. There are other wrappers like openncvdotnet etc but emgu cv provides maximum number of functions and the best...
75707
roycegalaxy
Nov 30, 2010 11:55 am
An Angry Man Stirrs Up Strife. A Furious Man Abounds In Transgression. Use Discount Code LC64118, www.justpayhalf.com, Bait Your Relationship Too. China E...
75706
Borys Bezukladov
borys.bezukl...
Nov 30, 2010 11:55 am
Dear all, I have problem playing .avi video. I have installed all codecs, mentioned in OpenCV installation guide. I tried different .avi files. Thanks! ...
75705
gabriele.spina@...
gabriele.spi...
Nov 30, 2010 11:55 am
Hello folks, I've the seguent problem: in my main.cpp I call this function: gabor.setParam(5, 8, 1.0/sqrt(2.0), 1.7, 2*3.1416, 1.0,true,...
75704
Malcolm Reynolds
raynulds
Nov 30, 2010 11:55 am
Hi everyone, I've been using the OpenCV random forest implementation through some hacky matlab bindings I wrote but I'm sick of matlab in general so I planned...
75703
chris-74l
veigl@...
Nov 30, 2010 11:54 am
I could solve this issue. The reason was a wrong compiler switch I had in my VS2010 project: the runtime library has to be set to Multithreaded-DLL-Debug...
75702
zhliuncc
Nov 30, 2010 11:54 am
hi, there, I have some raw grayscale image. cv::Mat raw_image = cv::imread(image_name); std::cout<<"channel = "<<raw_image.channels()<<std::endl; // got 3 ...
75701
webjoseph133
Nov 30, 2010 11:54 am
Hello to All! I have a question for you! :D How can I obtain the focal length (of my camera) in millimeters after the calibration? I used cvCalibrateCamera2! ...
75700
refega@...
refega...
Nov 30, 2010 11:54 am
I am using C functions which in turn uses OpenCV. I need to compile these functions in matlab and I think it is necessary to create mex functions. As I compile...