Face3d
|
#include <opencv2/opencv.hpp>
#include <iostream>
#include "Common.hpp"
#include "Detection.hpp"
#include "FaceGeometry.hpp"
#include <Windows.h>
Functions | |
void | showErrorMsg (const std::string &txt) |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
main function, reading from input directory, writing to ipc directory
void showErrorMsg | ( | const std::string & | txt | ) |
show error message to user