May be it can solve issue 5908

This commit is contained in:
LaurentBerger
2016-01-02 21:06:51 +01:00
parent 8d79285d02
commit 8531e6d9fc

View File

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