#include <FaceCoordinates3d.hpp>
the points which we've extracted so far
| Enumerator |
|---|
| LeftEye |
|
| RightEye |
|
| Mouth |
|
| Nose |
|
| Chin |
|
| FaceDimensions |
|
| TextureLeftEye |
|
| TextureRightEye |
|
| TextureChin |
|
| InvalidPoint |
|
| glm::vec3 Face3D::FaceCoordinates3d::fileToPoint |
( |
std::ifstream & |
f | ) |
|
|
private |
load a single point from a file
| void Face3D::FaceCoordinates3d::fromFile |
( |
const std::string & |
fn | ) |
|
| glm::vec3 Face3D::FaceCoordinates3d::getPoint |
( |
FacialPoints3d |
type | ) |
const |
specify the point (e.g. nose) and get 3d coordinates of it
3d coordinates of facial point (e.g. nose)
The documentation for this class was generated from the following files:
- E:/harald/Dokumente/Ausbildung/Master/ProjekteCPP/Visualisierung2/Visualisierung/Implementierung/Face3d/src/FaceCoordinates3d.hpp
- E:/harald/Dokumente/Ausbildung/Master/ProjekteCPP/Visualisierung2/Visualisierung/Implementierung/Face3d/src/FaceCoordinates3d.cpp