Commit 7a62a821 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #5914 from LaurentBerger:I5908

parents ec466ed1 8531e6d9
...@@ -302,7 +302,7 @@ void convexityDefects( InputArray _points, InputArray _hull, OutputArray _defect ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment