mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
This commit is contained in:
@@ -661,7 +661,7 @@ void MultiBandBlender::blend(InputOutputArray dst, InputOutputArray dst_mask)
|
||||
}
|
||||
|
||||
// Set destination Mats to 0 so new image can be blended
|
||||
for (size_t i = 0; i < num_bands_ + 1; ++i)
|
||||
for (size_t i = 0; i < (size_t)(num_bands_ + 1); ++i)
|
||||
{
|
||||
gpu_dst_band_weights_[i].setTo(0);
|
||||
gpu_dst_pyr_laplace_[i].setTo(Scalar::all(0));
|
||||
|
||||
Reference in New Issue
Block a user