May be it can solve issue 5908

pull/5914/head
LaurentBerger 9 years ago
parent 8d79285d02
commit 8531e6d9fc
  1. 2
      modules/imgproc/src/convhull.cpp

@ -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

Loading…
Cancel
Save