first time setup ocv 3.0

asked 2014-09-30 17:27:20 -0600

updated 2018-09-30 12:56:27 -0600

I am trying to set up opencv 3.0 alpha with visual studio 2013. So far I have unpackaged the prebuilt binaries but I can not find any docs pertaining to 3.0 alpha, just 2.x. I know the project structure has changed so I am just wondering what the next steps should be to get a simple project running in VS. something as simple as just displaying a webcam stream would be proof of concept enough to understand the flow.

any advice on where to start or some general directions I need to take or what of the older documentation is still relevant?

(first time using opencv so this is why I am so lost)

edit retag flag offensive close merge delete

Comments

1

the 3.0 docs are here . the setup manuals haven't seen much change, though

berak gravatar imageberak ( 2014-10-01 00:09:24 -0600 )edit

ok so I regressed to using 2.4.9, continue to post advice tho please as I know many others are probably in my loafers

goodloaf gravatar imagegoodloaf ( 2014-10-01 00:51:19 -0600 )edit

@berak would you suggest I switch back to 3.0.0 again?

goodloaf gravatar imagegoodloaf ( 2014-10-01 00:55:13 -0600 )edit

depends on your needs. if you need just a 'working' opencv install, maybe stick with 2.4 for now,

if you need features from the 3.0, fight your way through the install ( and help to erase alpha bugs :)

berak gravatar imageberak ( 2014-10-01 00:58:01 -0600 )edit

@berak thanks! take what karma I can give ahah i have 2.4.x working

goodloaf gravatar imagegoodloaf ( 2014-10-01 01:18:03 -0600 )edit