Merge pull request #2819 from SpecLad:merge-2.4

This commit is contained in:
Roman Donchenko
2014-06-02 17:12:06 +04:00
committed by OpenCV Buildbot
5 changed files with 21 additions and 6 deletions

View File

@@ -1009,7 +1009,7 @@ cvFindNextContour( CvContourScanner scanner )
if( mode == CV_RETR_FLOODFILL )
{
prev = ((int*)img)[x - 1];
new_mask = INT_MIN >> 1;
new_mask = INT_MIN / 2;
}
for( ; y < height; y++, img += step )