Hi there, I am trying to calculate the convexity defects using: vector<Vec4i> defects; for (int i = 0; i < contours.size(); i++) { ...
88536
Kevin Keraudren
kevin.keraudren
Jul 2, 2012 11:19 am
Hi, In the paper from Viola and Jones (2001), it is written: "Scaling is achieved by scaling the detector itself, rather than scaling the image." But this does...
88537
Alex
alexwu300
Jul 2, 2012 11:56 am
Hi everyone, I was trying to follow a tutorial on haartraining here <http://note.sonots.com/SciSoftware/haartraining.html#t1a1f262> , but I am stuck on the...
Hi, when I build opencv-2.4.1, I get this error ... ... [ 76%] Built target opencv_test_legacy [ 76%] Built target opencv_photo [ 77%] Built target...
88540
mandamespam
Jul 2, 2012 11:57 am
I´ve found exactly the same issues. I´m running a 64 bit Windows 7, OpenCV 2.41 and vs2010. There´s a step by step guide here:...
88541
artur.lugmayr@...
Jul 2, 2012 11:58 am
... The 6th Nokia Ubimedia MindTrek Awards Competition - NUMA2012 Submission DEADLINE 15th July on: http://www.numa.fi Call for the best UBIMEDIA, PERVASIVE,...
88542
artur.lugmayr@...
Jul 2, 2012 11:58 am
... The 6th Nokia Ubimedia MindTrek Awards Competition - NUMA2012 Submission DEADLINE 15th July on: http://www.numa.fi Call for the best UBIMEDIA, PERVASIVE,...
88543
lisiloon
Jul 2, 2012 11:58 am
Hi, I want to do the same thing that you did, rectify a ROI which is not a rectangle, but I am new to opencv, after readed your emails I still don't know how...
88544
fuli
lisiloon
Jul 2, 2012 12:00 pm
Hi All, I have an arbitrary quadrilateral get from an image ROI, I want to rectify it to a rectangle, but don't lose any contect in the quadrilateral, like the...
88545
aamir
aamir.arsalan
Jul 2, 2012 12:00 pm
Dear All, I need the code for dimensionality reduction of an image using PCA in OpenCV urgently.I am new to open CV and after trying a lot I am unable to write...
88546
human-man
human_man740...
Jul 2, 2012 12:00 pm
Hello, (I'm working with OpenCV in Python 2.7 on Windows.) I had luck to convert a PIL image to an OpenCV image with the algorithm on ...
88547
richie11122
Jul 2, 2012 12:10 pm
Hi, I wanted to share some of the things I could find out. My solution works pretty well but I'm also welcome to any corrections or comments on that. The...
88548
77.chathura@...
mc_chathura
Jul 2, 2012 12:15 pm
any answers anyone?...
88549
janecji
Jul 2, 2012 12:20 pm
Dear All, I am totally new, hoping to get some reality check feasibility analysis before diving into the coding world. There are some face tracking projects...
88550
human-man@...
human_man740...
Jul 2, 2012 12:20 pm
Hello, (I'm working with OpenCV in Python 2.7 on Windows.) I had luck to convert a PIL image to an OpenCV image with the algorithm on...
88551
fuli
lisiloon
Jul 2, 2012 12:20 pm
Hi All, I have an arbitrary quadrilateral get from an image ROI, I want to rectify it to a rectangle, but don't lose any contect in the quadrilateral, like the...
88552
wk_tse@...
wk_tse...
Jul 2, 2012 12:30 pm
Hi, I would go for Visual Studio express C++, it's free and it works. Don't forget to put the dll folders of OpenCv in the windows %PATH% variable....
88553
lisiloon
Jul 2, 2012 12:30 pm
Hi, I want to do the same thing that you did, rectify a ROI which is not a rectangle, but I am new to opencv, after readed your emails I still don't know how...
88554
wk_tse@...
wk_tse...
Jul 2, 2012 12:30 pm
Hi, I'm new to this group and I'm looking for ways to contribute (code-wise) to the openCv project. And I'm currently working for a company that uses OpenCv...
88555
amel
amel_sup
Jul 2, 2012 12:30 pm
hello, i try to build cvblobslib with visual studio ultimate 2010 (windows 7), in compiling there is no errors but in execution i have the error: "unable to...
88556
lisiloon
Jul 2, 2012 12:30 pm
Hi there, I have a ROI which is an arbitrary Quadrilateral get from an image (width 720, height 960), I want to stretch the ROI to the whole image, means I...
88557
Shervin Emami
emami_s
Jul 2, 2012 1:11 pm
I just posted my reply on the new OpenCV Answers website :-) " http://answers.opencv.org/question/3/i-have-a-patch-for-opencv-how-can-i-do-a/ " Cheers, Shervin...
88558
Sanjiv K. Bhatia
skbnerd
Jul 2, 2012 1:28 pm
Did you create cvblobslib.lib as a static library? Sanjiv ... -- Sanjiv K. Bhatia http://member.acm.org/~sanjiv Did you create cvblobslib.lib as a static...
88559
dexmac
dexmac221
Jul 2, 2012 2:49 pm
Hi Nagi Take a look at my PlateGatewayQt... http://www.dexmac.com/index.php/software/114-plategatewayqt dexmac www.dexmac.com...
88560
Filadelfio Caballero
fcaballe2000
Jul 2, 2012 3:59 pm
Esto es una prueba ________________________________ De: Alex <alexwu300@...> Para: OpenCV@yahoogroups.com Enviado: Viernes, 29 de junio, 2012 7:47 A.M. ...
88561
elshayalsmartgis
elshayalsmar...
Jul 2, 2012 11:15 pm
Elshayal Smart GIS Map Editor and Surface Analysis http://freesmartgis.blogspot.com/?spref=tw Free GIS Software, Free GIS Course, and Free GIS Tutorial Videos...
88562
gabrieldosso
Jul 3, 2012 9:34 am
Hi everybody, I am currently trying to implement some simple scripts in python. A problem appear when I am using the fonction retrieve of cv2.VideoCapture. It...
88563
spspspsp1985
Jul 3, 2012 12:01 pm
Hi, I am new to opencv, so I have a question regarding reconstruction of orthographic projection images. I have tried to illustrate the problem, but in the...
88564
danatorionautomation
danatorionau...
Jul 3, 2012 12:01 pm
Hi, The cookbook is now pretty out of date. The newer python interface uses cv2, and all images are handled in python as numpy arrays. The new interface is...