Cleanup of the optimization of CLNF

This commit is contained in:
Tadas Baltrusaitis
2018-04-24 08:19:45 +01:00
parent 153a7b1386
commit 35ad003071
5 changed files with 13 additions and 89 deletions

View File

@@ -42,8 +42,6 @@
namespace Utilities
{
// TODO draw AU results
// Drawing a bounding box around the face in an image
void DrawBox(cv::Mat image, cv::Vec6f pose, cv::Scalar color, int thickness, float fx, float fy, float cx, float cy);
void DrawBox(const std::vector<std::pair<cv::Point2f, cv::Point2f>>& lines, cv::Mat image, cv::Scalar color, int thickness);