move GPU utiluty functions in utility.cpp

This commit is contained in:
marina.kolpakova
2012-10-09 23:30:59 +04:00
parent a9ab26f799
commit 10f1004465
3 changed files with 71 additions and 67 deletions

View File

@@ -48,5 +48,9 @@ DEF_PARAM_TEST(Sz_Depth_Cn, cv::Size, MatDepth, MatCn);
#define GPU_TYPICAL_MAT_SIZES testing::Values(perf::sz720p, perf::szSXGA, perf::sz1080p)
namespace ts {
void printOsInfo();
void printCudaInfo();
}
#endif // __OPENCV_PERF_GPU_UTILITY_HPP__