split into many files
add better outlier rejection add normalization add background removal
This commit is contained in:
parent
a5440ed857
commit
6defcad11b
12 changed files with 904 additions and 446 deletions
6
drawing.h
Normal file
6
drawing.h
Normal file
|
|
@ -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 );
|
||||
Loading…
Add table
Add a link
Reference in a new issue