Search
You can find the results of your search below.
Fulltext results:
- install
- zip 3.4.1.zip rm 3.4.1.zip mv opencv-3.4.1 OpenCV cd OpenCV </code> ... from git (better if compiling darknet) <code> cd /opt git clone -b 3.4 --depth 1 https://github.co... cv/opencv.git opencv.git ln -sf opencv.git OpenCV cd OpenCV </code> compile <code bash> mkdir build cd build # cmake -DWITH_QT=ON -DWITH_OPENGL=ON -DFORC