Merge pull request #5914 from LaurentBerger:I5908

This commit is contained in:
Alexander Alekhin
2016-01-11 13:00:17 +00:00

View File

@@ -302,7 +302,7 @@ void convexityDefects( InputArray _points, InputArray _hull, OutputArray _defect
int defect_deepest_point = -1; int defect_deepest_point = -1;
double defect_depth = 0; double defect_depth = 0;
bool is_defect = false; bool is_defect = false;
j=hcurr;
for(;;) for(;;)
{ {
// go through points to achieve next hull point // go through points to achieve next hull point