Commit 8531e6d9 authored by LaurentBerger's avatar LaurentBerger

May be it can solve issue 5908

parent 8d79285d
...@@ -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