il

Search

You can find the results of your search below.

install
18 Hits, Last modified:
04 or 18:04 <code bash> sudo apt-get install -y build-essential cmake # GUI (if you want to use GTK in... CV cd OpenCV </code> ... from git (better if compiling darknet) <code> cd /opt git clone -b 3.4 --dep... t ln -sf opencv.git OpenCV cd OpenCV </code> compile <code bash> mkdir build cd build # cmake -DWITH_QT=ON -DWITH_OPENGL=ON -DFORCE_VTK=ON -DWITH_TBB=ON