DLIB INSTALLATION ON UBUNTU

Опубликовано: 04 Август 2026
на канале: Computer Vision Lab
3,003
23

If you’d like to buy me a coffee ☕
👉 https://buymeacoffee.com/yunustemurlenk

Dlib is a modern C++ toolkit containing machine learning algorithms and tools for creating complex software in C++ to solve real world problems. It is used in both industry and academia in a wide range of domains including robotics, embedded devices, mobile phones, and large high performance computing environments.

Commands for installation:

wget http://dlib.net/files/dlib-19.9.tar.bz2
tar xvf dlib-19.9.tar.bz2
cd dlib-19.9/
mkdir build
cd build
cmake ..
cmake --build . --config Release
sudo make install
sudo ldconfig
cd ..


Stackoverflow: https://stackoverflow.com/users/11048...

Github: https://github.com/yunus-temurlenk?ta...

Twitter:   / code_enjoy  

If you see any mistake and and advice please comment. Thanks for watching...

#opencv, #cpp, #tutorial