What is the Difference between Installation OpenCV by Using the Pre-built Libraries & by Making Own Libraries from the Source Files?
cmake, git, git-bash, github, opencv
Solution
By building the libraries yourself, you can customize the build -- for example, specify different dependencies (e.g. a local version of QT), features (e.g. CUDA) or options (e.g. architecture-specific optimizations). If none of these things are significant to you, then installing the pre-built libraries is more convenient.
Problem
I need 2 know the Difference between Installation OpenCV 1. By Using the Pre-built Libraries ? 2. By Making Own Libraries from the Source Files ? When we do first one we have to only download OpenCV new version and extract it, and configure it with Visual studio using CMake. But why we are going to download OpenCV libraries and others using TortoiseGit hub(it takes many time) ? Are there any special advantage of that? Could u please answer these questions... Thank U