mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-16 22:35:51 +08:00
Merge pull request #2224 from Nuzhny007:master
This commit is contained in:
@@ -63,7 +63,7 @@ void cv::superres::SuperResolution::nextFrame(OutputArray frame)
|
||||
{
|
||||
CV_INSTRUMENT_REGION();
|
||||
|
||||
isUmat_ = frame.isUMat();
|
||||
isUmat_ = frame.isUMat() && cv::ocl::useOpenCL();
|
||||
|
||||
if (firstCall_)
|
||||
{
|
||||
|
Reference in New Issue
Block a user