add better outlier rejection add normalization add background removal
@ -0,0 +1,6 @@
#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 );
The note is not visible to the blocked user.