diff --git a/Source/functions/solve/puzzleExtension.cpp b/Source/functions/solve/puzzleExtension.cpp index 13535b6..d6327dc 100644 --- a/Source/functions/solve/puzzleExtension.cpp +++ b/Source/functions/solve/puzzleExtension.cpp @@ -4,6 +4,8 @@ #include "../../header/solve.h" #include "../../header/input.h" +typedef std::vector> Contour_t; +typedef std::vector Hierarchy_t; //hierarchy object is needed for drawContours apparently Mat crop2ContourInv(const Mat & img);