4 posts with tag cpp
用 CMake 的 FetchContent 來管理 C++ 依賴項
如何使用內建的 CMake 功能替換 Git 子模組
C++ Dependency Management with CMake's FetchContent
How to replace git submodules with a built-in CMake feature
Using OpenCV to Detect Face Key Points with C++
After detecting faces in an image in the last post, we now use one of OpenCV's built-in models to extract face key points.
Building a Face Detector with OpenCV in C++
How to detect faces in an image with OpenCV