MCPcopy Create free account
hub / github.com/AIRLegend/aitrack / FaceData

Method FaceData

AITracker/src/data.cpp:3–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "data.h"
2
3FaceData::FaceData()
4{
5 rotation = new double[3]{ 0,0,0 };
6 translation = new double[3]{ 0,0,0 };
7 face_coords = new int[4]{ 0,0,0,0 };
8 face_detected = false;
9}
10
11
12std::string FaceData::to_string()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected