digiKam
|
Public Member Functions | |
unsigned long | num_features () const |
unsigned long | num_parts () const |
FullObjectDetection | operator() (const cv::Mat &img, const cv::Rect &rect) const |
ShapePredictor () | |
Public Attributes | |
std::vector< std::vector< unsigned long > > | anchor_idx |
std::vector< std::vector< std::vector< float > > > | deltas |
std::vector< std::vector< RedEye::RegressionTree > > | forests |
std::vector< float > | initial_shape |
|
explicit |
unsigned long Digikam::RedEye::ShapePredictor::num_features | ( | ) | const |
References forests.
unsigned long Digikam::RedEye::ShapePredictor::num_parts | ( | ) | const |
References initial_shape.
Referenced by Digikam::OpenfacePreprocessor::process().
FullObjectDetection Digikam::RedEye::ShapePredictor::operator() | ( | const cv::Mat & | img, |
const cv::Rect & | rect | ||
) | const |
std::vector<std::vector<unsigned long> > Digikam::RedEye::ShapePredictor::anchor_idx |
Referenced by operator()(), Digikam::RedEye::operator<<(), and Digikam::RedEye::operator>>().
std::vector<std::vector<std::vector<float> > > Digikam::RedEye::ShapePredictor::deltas |
Referenced by operator()(), Digikam::RedEye::operator<<(), and Digikam::RedEye::operator>>().
std::vector<std::vector<RedEye::RegressionTree> > Digikam::RedEye::ShapePredictor::forests |
Referenced by num_features(), operator()(), Digikam::RedEye::operator<<(), and Digikam::RedEye::operator>>().
std::vector<float> Digikam::RedEye::ShapePredictor::initial_shape |
Referenced by num_parts(), operator()(), Digikam::RedEye::operator<<(), and Digikam::RedEye::operator>>().