From: LaurentBerger Date: Sat, 2 Jan 2016 20:06:51 +0000 (+0100) Subject: May be it can solve issue 5908 X-Git-Tag: accepted/tizen/6.0/unified/20201030.111113~2041^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8531e6d9fcb2c93ecd3a830f7d7bc579ee4946f4;p=platform%2Fupstream%2Fopencv.git May be it can solve issue 5908 --- diff --git a/modules/imgproc/src/convhull.cpp b/modules/imgproc/src/convhull.cpp index df50dde..b870ee4 100644 --- a/modules/imgproc/src/convhull.cpp +++ b/modules/imgproc/src/convhull.cpp @@ -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