|
Enrollment 28.2.0
|
#include "enrollment/Exception/CallbackError.h"#include "enrollment/Face/FaceAttributes/FaceAttributes.h"#include "enrollment/Face/FaceCapture.h"#include "enrollment/Face/FaceCropConfiguration.h"#include "enrollment/Face/FaceExecutor.h"#include "enrollment/HashUtils.h"#include "enrollment/Image/Image.h"#include "enrollment/Image/ImageAttribute.h"#include "enrollment/Logger/FormattingLogger.h"#include "enrollment/Serialization/Writer.h"#include "enrollment/SimilarityScore.h"#include <algorithm>#include <array>#include <memory>#include <mutex>#include <optional>#include <unordered_map>#include <vector>Go to the source code of this file.
Classes | |
| class | FaceExtractorConfig |
| It contains extraction configuration. More... | |
| class | FaceTemplate |
| FaceTemplate is Innovatrics proprietary face template. More... | |
| class | ExtractedFace |
| ExtractedFace is ICF Template created by FaceExtractor with Face that was extracted. More... | |
| class | CroppedFace |
| Represents a face cropped from the original face capture. More... | |
| class | Face |
| It holds all functions and data related to Face manipulation. More... | |
| class | Face::Keypoint |
| It holds all attributes related to a facial key point. More... | |
| class | Face::Keypoints |
| It holds all facial keypoints detected on a FaceCapture image. More... | |