subset of opencv library

asked 2019-05-03 05:01:24 -0600

Vikas Nagpal gravatar image

updated 2019-05-04 00:29:54 -0600

Hello All,
We wish to use only few functions of opencv (GaussianBlur being one. few others).

We intend to extract out only the relevant source code, pruning out the remaining source code files. Intention is to have a small source code directory structure, containing only what is needed.

Is it a conveniently achievable goal? Any adverse side effects of this pruning?

Kindly note that all the functions we require are in imgproc module. So, can we simply take imgproc and core module directories and compile them (removing remaining source code)?

Thanks Vikas

edit retag flag offensive close merge delete

Comments

what is your actual problem ? arent there like 50 other ways to reduce the size of the executable ?

why do you even use a full blown computer-vision library, if all you need is some cheesy filters ?

berak gravatar imageberak ( 2019-05-04 03:45:30 -0600 )edit

I appreciate your precise and direct help. I do understand that there is something fundamentally wrong at my end. However I have been given this task. Thanks again for correcting.

Vikas Nagpal gravatar imageVikas Nagpal ( 2019-05-04 06:08:27 -0600 )edit