Files
libuvosunwrap/drawing.h
uvos 6defcad11b split into many files
add better outlier rejection
add normalization
add background removal
2020-10-22 11:22:24 +02:00

7 lines
214 B
C++

#pragma once
#include <opencv2/core/ocl.hpp>
void drawRows(cv::Mat& image, const std::vector< std::vector<cv::Point2f > >& rows);
void drawEllipses(cv::Mat& image, const std::vector<cv::RotatedRect>& ellipses );