#include <FacialLandmarksCV.h>
|
template<class Archive> |
void | serialize (Archive &ar, const unsigned int version) |
|
◆ FaceDetectionModelType
Enumerator |
---|
SSD | |
HAAR_CASCADE | |
◆ FacialLandmarkCVProps() [1/3]
◆ FacialLandmarkCVProps() [2/3]
FacialLandmarkCVProps::FacialLandmarkCVProps |
( |
FaceDetectionModelType | _type, |
|
|
const std::string | _Face_Detection_Configuration, |
|
|
const std::string | _Face_Detection_Weights, |
|
|
const std::string | _landmarksDetectionModel, |
|
|
cv::Ptr< cv::face::Facemark > | _facemark ) |
|
inline |
◆ FacialLandmarkCVProps() [3/3]
FacialLandmarkCVProps::FacialLandmarkCVProps |
( |
FaceDetectionModelType | _type, |
|
|
const std::string | _faceDetectionModel, |
|
|
const std::string | _landmarksDetectionModel, |
|
|
cv::Ptr< cv::face::Facemark > | _facemark ) |
|
inline |
◆ getSerializeSize()
size_t FacialLandmarkCVProps::getSerializeSize |
( |
| ) |
|
|
inlinevirtual |
◆ serialize()
template<class Archive>
void FacialLandmarkCVProps::serialize |
( |
Archive & | ar, |
|
|
const unsigned int | version ) |
|
inlineprivate |
◆ boost::serialization::access
friend class boost::serialization::access |
|
friend |
◆ Face_Detection_Configuration
const std::string FacialLandmarkCVProps::Face_Detection_Configuration = "./data/assets/deploy.prototxt" |
◆ Face_Detection_Weights
const std::string FacialLandmarkCVProps::Face_Detection_Weights = "./data/assets/res10_300x300_ssd_iter_140000_fp16.caffemodel" |
◆ faceDetectionModel
const std::string FacialLandmarkCVProps::faceDetectionModel = "./data/assets/haarcascade.xml" |
◆ facemark
cv::Ptr<cv::face::Facemark> FacialLandmarkCVProps::facemark = cv::face::FacemarkKazemi::create() |
◆ landmarksDetectionModel
const std::string FacialLandmarkCVProps::landmarksDetectionModel = "./data/assets/face_landmark_model.dat" |
◆ type
The documentation for this class was generated from the following file: