Ask Your Question
0

entry to professional programming

asked 2013-07-05 10:09:07 -0600

naeeem gravatar image

i am a engineering(electronics and communication) student..i think of doing a project as part of studies...i think of doing face recognition..but the problem is i am new to this professional level programming..i know basics of c and little more in c++..to be precise i know till i/o from files in c++..beside i did all ma programing in borland c++...

In the beginning as installing the opencv in windows i tried much as explained in the tutorials of this page..i have visual studio 2012..but i did not get even the first program right...i think i cant manipulate the property pages,different mode...so i request u guys to help me with feasible procedures for handling this visual studio..kindly see me as just beginner and help me...

edit retag flag offensive close merge delete

Comments

1

What knowledge do you have about pattern recognition / image processing? Face recognition is very complex. You can get results using OpenCV, but simply by following a tutorial, you won't really learn much. And without knowledge about C++, this will be even hard. It seems that doing face recognition might be over the top for you at this point. Not to mention, you didn't even mention the errors you got, just that you have them. Which won't tell us anything at all.

Notas gravatar imageNotas ( 2013-07-05 10:24:19 -0600 )edit

i have been studying the image processing.i have read through basics like matrix manipulation ,smoothing,video profilesetc..will move to pattern recognition soon...well i have ceated programs in arduino (interfaced dualshock 2 controller;eg:https://www.facebook.com/photo.php?v=10151606123929866)...so not much illitrate in programming

well the problem is i cant link the open cv libraries and header file to the program...problem is i cant link the these to visual studio..i have done all the steps as per tutorials..image description

naeeem gravatar imagenaeeem ( 2013-07-05 11:26:00 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2013-07-06 03:23:49 -0600

Notas gravatar image

Please follow the tutorials on here using the guide for (Installation by Using the Pre-built Libraries). Then use the guide at here to make your project use OpenCV. If there are errors on the way, ask us again. I'm sure the errors you made before will disappear this time.

edit flag offensive delete link more

Comments

well my opencv extracted folder doesnt contain lib or bin but inside build folder there are requires folders... to be precise f:\opencv\bin is not available f:\opencv\build\x86\vc10 is available... does that mean i downloaded the wrong file???

naeeem gravatar imagenaeeem ( 2013-07-06 08:12:46 -0600 )edit

At http://docs.opencv.org/doc/tutorials/introduction/windows_install/windows_install.html#windowssetpathandenviromentvariable it says that you have to use "\OpenCV\Build\x86\vc10" so do that ;) you downloaded the right thing.

Notas gravatar imageNotas ( 2013-07-06 09:10:50 -0600 )edit

fatal error C1083: Cannot open include file: 'highgui.hpp': No such file or directory

all the errors are removed...now only one error...described as above...

naeeem gravatar imagenaeeem ( 2013-07-07 04:03:32 -0600 )edit

Question Tools

Stats

Asked: 2013-07-05 10:09:07 -0600

Seen: 182 times

Last updated: Jul 06 '13