This commit is contained in:
g-spacewhale 2018-01-19 15:59:19 +01:00
parent 9b0bacf6d7
commit 2d84f7273b

View File

@ -4,6 +4,8 @@
#include "../../header/solve.h"
#include "../../header/input.h"
typedef std::vector<std::vector<Point>> Contour_t;
typedef std::vector<Vec4i> Hierarchy_t; //hierarchy object is needed for drawContours apparently
Mat crop2ContourInv(const Mat & img);