move log to api dir

This commit is contained in:
uvos 2021-06-16 09:44:31 +02:00
parent 6b6c098529
commit d5013c69a8
7 changed files with 6 additions and 6 deletions

View file

@ -30,7 +30,7 @@
#include "matutils.h"
#include "drawing.h"
#include "log.h"
#include "uvosunwrap/log.h"
static void sortIntoRemapMaps(const std::vector<DetectedPoint>& points, cv::Mat& xMat, cv::Mat& yMat, cv::Point2i& topLeftCoordinate)
{