sekirocc / face-cards

A face aggregation application, shows the usage of donde-toolkits. built with Qt6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Face Cards

Introduction

A face aggregation application, showing how to use donde-toolkits

image

Build

Build conan dependencies
mkdir -p generated
conan install --build=missing  -of generated ./conan
Build app
mkdir -p build && cd build
cmake -DCMAKE_TOOLCHAIN_FILE=../generated/conan_toolchain.cmake -DCMAKE_BUILD_TYPE=Debug ..
cmake --build .

or with CLion, configure CMake option with -DCMAKE_TOOLCHAIN_FILE=./generated/conan_toolchain.cmake, and reset CMake cache.

About

A face aggregation application, shows the usage of donde-toolkits. built with Qt6


Languages

Language:C 86.0%Language:C++ 11.7%Language:CMake 2.3%