Face3d
Detection.hpp File Reference
#include <opencv2/opencv.hpp>
#include <iostream>
#include <vector>
#include "FaceGeometry.hpp"

Go to the source code of this file.

Classes

class  Face3D::Detection
 
struct  Face3D::Detection::DetectFaceResult
 
struct  Face3D::Detection::ContourInfo
 

Namespaces

 Face3D
 

Functions

void Face3D::onColorThresholdsTrackbar (int val, void *ptr)
 
void Face3D::onTextureAdjustmentTrackbar (int val, void *ptr)
 
bool Face3D::isConcave (const cv::Point &a, const cv::Point &b, const cv::Point &c)