feat: Add landmark and recognition models to uniface-cpp

This commit is contained in:
yakhyo
2026-01-18 21:27:06 +09:00
parent eec8f99850
commit f0bae6dd80
19 changed files with 1056 additions and 98 deletions

View File

@@ -1,8 +1,3 @@
/**
* @file detect.cpp
* @brief Face detection on a single image
*/
#include <iostream>
#include <opencv2/highgui.hpp>