The dependencies of each opencv module
OpenCV has 35 modules, is there a documenting elaborating the dependencies for each of them? Thanks a lot.
I will select only a new modules and include all the dependencies(3rd party headers and libs) for these modules in one package. So no matter in which machine I use OpenCV, it's always self-inclusive, no need to install these dependencies for each machine.
Thanks for your answers and comments.
OpenCV official github also includes a 3rd party folder in which there are some lib/headers, is it enough to build all OpenCV modules? From all the tutorials about installation, they installed many other all different kinds of libraries(not from t OpenCV self included 3rd party ).