minor fixes

This commit is contained in:
Anatoly Baksheev
2010-07-28 13:38:37 +00:00
parent f7c98c86b3
commit dc69cf3ab4
3 changed files with 67 additions and 67 deletions

View File

@@ -149,7 +149,7 @@ void cv::gpu::GpuMat::convertTo( GpuMat& dst, int rtype, double alpha, double be
GpuMat& GpuMat::operator = (const Scalar& s)
{
cv::gpu::impl::set_to_without_mask( *this, depth(), s.val, channels());
impl::set_to_without_mask( *this, depth(), s.val, channels());
return *this;
}