print information message about target device for GPU module tests

This commit is contained in:
marina.kolpakova
2012-10-10 13:36:24 +04:00
parent 715a0032e0
commit f88be98ec4
3 changed files with 5 additions and 4 deletions

View File

@@ -4,8 +4,6 @@ using namespace std;
using namespace cv;
using namespace cv::gpu;
bool runOnGpu = true;
void fillRandom(Mat& m, double a, double b)
{
RNG rng(123456789);