2、dlib学习笔记--dlib介绍以及学习资料总结

时间:2023-01-01 17:30:22

一、dlib介绍

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. Dlib's open source licensing allows you to use it in any application, free of charge.

To follow or participate in the development of dlib subscribe to dlib on github. Also be sure to read the how to contribute page if you intend to submit code to the project.


二、学习资料

1、dlib官网

2、dlib库和.dat文件地址

3、(熏猪肉)Dlib提取人脸特征点(68点,opencv画图)

4、待添加