Remove unused vars

This commit is contained in:
Andy Maloney
2013-02-01 18:09:58 -05:00
parent db9de43fa5
commit bc68dfb4e8
5 changed files with 2 additions and 10 deletions

View File

@@ -622,7 +622,6 @@ void ChamferMatcher::Matching::followContour(Mat& templ_img, template_coords_t&
{
const int dir[][2] = { {-1,-1}, {-1,0}, {-1,1}, {0,1}, {1,1}, {1,0}, {1,-1}, {0,-1} };
coordinate_t next;
coordinate_t next_temp;
unsigned char ptr;
assert (direction==-1 || !coords.empty());