1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 07:13:02 +04:00

small modifications in tests

This commit is contained in:
Andrey Morozov
2010-07-23 07:58:03 +00:00
parent edd68e588b
commit 60a4e81a12
3 changed files with 17 additions and 8 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ class CV_GpuMatOpSetTo : public CvTest
Scalar s;
};
CV_GpuMatOpSetTo::CV_GpuMatOpSetTo(): CvTest( "GpuMatOperatorSetTo", "setTo" )
CV_GpuMatOpSetTo::CV_GpuMatOpSetTo(): CvTest( "GPU-MatOperatorSetTo", "setTo" )
{
rows = 256;
cols = 124;