From 2d84f7273bb7d15296a76cbab44111560c6fd706 Mon Sep 17 00:00:00 2001 From: g-spacewhale <17550607+g-spacewhale@users.noreply.github.com> Date: Fri, 19 Jan 2018 15:59:19 +0100 Subject: [PATCH] stash2 --- Source/functions/solve/puzzleExtension.cpp | 2 ++ 1 file changed, 2 insertions(+) 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);