subset of opencv library
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
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 ?
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.