added vecmath to gpu module.

This commit is contained in:
Vladislav Vinogradov
2010-10-20 15:17:51 +00:00
parent 0c3803a61c
commit 7d0feef775
7 changed files with 1014 additions and 206 deletions

View File

@@ -652,7 +652,7 @@ void cv::gpu::cvtColor(const GpuMat& src, GpuMat& dst, int code, int dcn, const
double cv::gpu::threshold(const GpuMat& src, GpuMat& dst, double thresh)
{
CV_Assert(src.type() == CV_32FC1)
CV_Assert(src.type() == CV_32FC1);
dst.create( src.size(), src.type() );