Ask Your Question

Revision history [back]

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?

Thanks Vikas

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