|
|
@ -103,11 +103,11 @@ public: |
|
|
|
|
|
|
|
|
|
|
|
bool getData(void * items) CV_OVERRIDE; |
|
|
|
bool getData(void * items) CV_OVERRIDE; |
|
|
|
|
|
|
|
|
|
|
|
bool fitConfig( InputArray image, InputArray roi, OutputArrayOfArrays _landmarks, const std::vector<Config> &runtime_params ); |
|
|
|
bool fitConfig( InputArray image, InputArray roi, OutputArrayOfArrays _landmarks, const std::vector<Config> &runtime_params ) CV_OVERRIDE; |
|
|
|
|
|
|
|
|
|
|
|
protected: |
|
|
|
protected: |
|
|
|
|
|
|
|
|
|
|
|
bool fit( InputArray image, InputArray faces, OutputArrayOfArrays landmarks ); |
|
|
|
bool fit( InputArray image, InputArray faces, OutputArrayOfArrays landmarks ) CV_OVERRIDE; |
|
|
|
//bool fit( InputArray image, InputArray faces, InputOutputArray landmarks, void * runtime_params);//!< from many ROIs
|
|
|
|
//bool fit( InputArray image, InputArray faces, InputOutputArray landmarks, void * runtime_params);//!< from many ROIs
|
|
|
|
bool fitImpl( const Mat image, std::vector<Point2f>& landmarks,const Mat R,const Point2f T,const float scale, const int sclIdx=0 ); |
|
|
|
bool fitImpl( const Mat image, std::vector<Point2f>& landmarks,const Mat R,const Point2f T,const float scale, const int sclIdx=0 ); |
|
|
|
|
|
|
|
|
|
|
|