
dlib
如圭
喜欢编程
展开
-
dlib库中,用魔板实现编译期类型条件判断
/*!A is_same_type This is a template where is_same_type<T,U>::value == true when T and U are the same type and false otherwise. !*/ template < typen...原创 2018-11-09 16:35:01 · 150 阅读 · 0 评论 -
dlib库调试环境配置经验
开发环境系统: windows 10 + Ubuntu 18.04.1 LTS开发工具: VS2017其他相关工具: cmake概述 为方便学习dlib库,需要跟踪源码。在此之前使用vs2017(单独使用)、codeblock(linux)、GDB,各有优缺点。最终选择使用VS2017中的linux开发,不得不赞叹VS功能的强大。(本文不具体说明如何安装配置相关...原创 2018-11-07 13:11:36 · 389 阅读 · 0 评论