Opencv APPs instalation

asked 2013-07-28 14:52:32 -0600

jncor gravatar image

Hey all,

I want to get a lightweight version of opencv just for training and detecting objects.

What are the minimum dependencies that the installation has to meet for the opencv apps (opencv_traincascade.exe createsamples.exe .. etc.. ) to be built? Regarding the opencv cmake configuration.

selected packages

Shouldnt these be enough?

Thx

edit retag flag offensive close merge delete

Comments

Only dependencies for those are the core, highgui, improc, ml and objdetect lib i guess. But why you want to reduce your openCV built? Just build the apps and supply them with the correct complete prebuilt dlls afterwards in one package? Kind of missing the point of what you doing!

StevenPuttemans gravatar imageStevenPuttemans ( 2013-07-28 15:27:49 -0600 )edit

@StevenPuttemans

Thx for the reply and suggestion.

I want to reduce because I have to build opencv in diferent pcs with different specs (some are old) and I want to reduce the build time. It seems that some packages are linked because for instance the combination that you mentioned does not build the apps

jncor gravatar imagejncor ( 2013-07-28 16:07:13 -0600 )edit