mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 19:20:28 +08:00
Merge pull request #5914 from LaurentBerger:I5908
This commit is contained in:
commit
7a62a8213b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user