Ask Your Question
0

install openCV 3.0 beta on windows 7

asked 2015-01-19 11:40:46 -0600

fedor gravatar image

intstalled opencv 3.0 from exe file , in opencv\build\x64\vc12\lib and same dirs for vc11 and vc10 only world and ts libs . Is it ok ? I think no :) Tell to me that I can try build from source )

edit retag flag offensive close merge delete

Comments

1

yes, that should be ok.

you still can build from src, but it might not be nessecary.

berak gravatar imageberak ( 2015-01-19 13:17:53 -0600 )edit

my fold, missed step with building program use only standart modules, it's ok trying to build program with not standart "text" module from opencv_contrib/modules/text :)

EDITED: text module in cv_extra module

fedor gravatar imagefedor ( 2015-01-20 05:40:58 -0600 )edit

you need to build the contrib repository together with the opencv main repository and then you will be able to access those extra modules like text.

StevenPuttemans gravatar imageStevenPuttemans ( 2015-03-06 02:51:26 -0600 )edit
1

thanks for your answer, but I'm already builded on ubunta frome source with extra modules :)

fedor gravatar imagefedor ( 2015-03-06 06:16:02 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2015-03-04 16:17:31 -0600

ClintFromVa gravatar image

Big fight with this today. Instructions for VS13 install work for CV2 but are misleading for CV3. Bottom line, you need to tell the linker about the contents of $(OPENCV_DIR)\lib, which are only opencv_ts300d.lib;opencv_world300d.lib, not the long list it was before.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-01-19 11:39:45 -0600

Seen: 503 times

Last updated: Mar 04 '15