mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
update some of the functions in ocl module to the latest version
This commit is contained in:
@@ -67,7 +67,9 @@ namespace cv
|
||||
|
||||
void cv::ocl::columnSum(const oclMat& src,oclMat& dst)
|
||||
{
|
||||
CV_Assert(src.type() == CV_32FC1 && dst.type() == CV_32FC1 && src.size() == dst.size());
|
||||
CV_Assert(src.type() == CV_32FC1);
|
||||
|
||||
dst.create(src.size(), src.type());
|
||||
|
||||
Context *clCxt = src.clCxt;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user