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

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;
}