1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

speckle filtering added

This commit is contained in:
Anatoly Baksheev
2010-07-29 08:50:19 +00:00
parent 63fed0f831
commit 9ac1741555
3 changed files with 166 additions and 1 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ GpuMat& GpuMat::setTo(const Scalar& s, const GpuMat& mask)
else
impl::set_to_with_mask( *this, depth(), s.val, mask, channels());
return *this;
return *this;
}