Making sure stuff compiles after the merge.

This commit is contained in:
Tadas Baltrusaitis
2018-01-02 18:09:11 +00:00
parent b224fcdfc9
commit fd45ec7ca5
8 changed files with 214 additions and 39 deletions

View File

@@ -51,7 +51,7 @@ namespace Utilities
// Computing a bounding box to be drawn
std::vector<std::pair<cv::Point2d, cv::Point2d>> CalculateBox(cv::Vec6d pose, float fx, float fy, float cx, float cy);
void Visualise_FHOG(const cv::Mat_<double>& descriptor, int num_rows, int num_cols, cv::Mat& visualisation);
void Visualise_FHOG(const cv::Mat_<double>& descriptor, int num_rows, int num_cols, cv::Mat& visualisation);
class FpsTracker
{