mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
Merge remote-tracking branch 'origin/2.4' into merge-2.4
This commit is contained in:
@@ -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 )
|
||||
|
||||
@@ -556,7 +556,6 @@ void CV_Resize_Test::resize_1d(const Mat& _src, Mat& _dst, int dy, const dim& _d
|
||||
xyD[r] = 0;
|
||||
for (int k = 0; k < ksize; ++k)
|
||||
xyD[r] += w[k] * xyS[k * cn + r];
|
||||
xyD[r] = xyD[r];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user