created wrappers for new NPP functions
removed void integral(const GpuMat& src, GpuMat& sum, GpuMat& sqsum, Stream& stream) - it fails with NPP_NOT_IMPLEMENTED error updated docs, accuracy and performance tests
This commit is contained in:
@@ -226,7 +226,7 @@ int main(int argc, const char* argv[])
|
||||
break;
|
||||
|
||||
case 'S':
|
||||
if (currentFrame < frames.size() - 1)
|
||||
if (currentFrame < static_cast<int>(frames.size()) - 1)
|
||||
++currentFrame;
|
||||
|
||||
imshow("Interpolated frame", frames[currentFrame]);
|
||||
|
Reference in New Issue
Block a user