Triangulation of Simple Polygons Posted on 2018-06-09 | In repost , cv/cg | Comments: Triangulation of Simple Polygons Read more »
提取HTML中的文本 Posted on 2018-06-08 | Edited on 2018-06-08 | In tools , markdown | Comments: 利用python从HTML文件中提取出文本 Read more »
颜色插值 Posted on 2018-05-10 | In coding , cpp | Comments: 颜色插值,将一个实数映射为一个RBG颜色值,相邻的实数要均匀过渡。 Read more »
Tips for vcpkg Posted on 2018-05-08 | Edited on 2020-07-02 | In tips | Comments: A C++ package manager for Windows, Linux and MacOS Read more »
代码的多平台支持 Posted on 2018-05-03 | Edited on 2018-08-01 | In coding | Comments: 让你的代码能够跨平台编译运行 Read more »
C++函数参数传递详解 Posted on 2018-04-14 | Edited on 2018-04-14 | In repost , cpp | Comments: C++函数参数传递讲解,包括值传递、指针传递和引用传递。 Read more »
C++内存分配 Posted on 2018-04-14 | Edited on 2018-04-14 | In knowledge , coding | Comments: C++中的内存分配 Read more »
HTML颜色表 Posted on 2018-04-13 | Edited on 2018-04-13 | In knowledge , miscellaneous | Comments: HTML颜色表 Read more »
Markdown Tips Posted on 2018-04-12 | Edited on 2019-04-10 | In tools , markdown | Comments: Tips for Markdown, 持续更新中... Read more »
macOS静态库与动态库 Posted on 2018-04-10 | Edited on 2018-04-10 | In knowledge , coding | Comments: MacOS中的静态库与动态库 Read more »
CMake Tutorial Posted on 2018-04-07 | Edited on 2018-04-09 | In translation , cmake | Comments: 翻译自CMake官网的Tutorial Read more »
OpenCV 图片的读取与存储 Posted on 2018-04-07 | Edited on 2018-04-10 | In translation , cv/cg | Comments: OpenCV3.1.0官方文档翻译之Image file reading and writing Read more »
CMakeCommands Posted on 2018-04-07 | Edited on 2022-12-17 | In translation , cmake | Comments: 翻译自CMake官网 Read more »
使用dlib进行人脸关键点检测 Posted on 2018-04-07 | Edited on 2018-04-07 | In algorithm , cv/cg | Comments: 借助dlib库,从输入的视频中检测人脸,并定位人脸的关键点 Read more »
macOS配置DLib Posted on 2018-04-06 | In tutorials , cv/cg | Comments: macOS High Sierra 10.13.2配置DLib Read more »