minor chnages in GPU samples

This commit is contained in:
Alexey Spizhevoy
2011-02-10 14:33:02 +00:00
parent bbffbe904a
commit 593fae4c02
3 changed files with 4 additions and 4 deletions

View File

@@ -71,7 +71,7 @@ public:
private:
TestSystem(): can_flush_(false), cpu_elapsed_(0), gpu_elapsed_(0),
speedup_total_(0.0), num_subtests_called_(0) {};
speedup_total_(0.0), num_subtests_called_(0) {}
void flushSubtestData();
@@ -135,4 +135,4 @@ void gen(cv::Mat& mat, int rows, int cols, int type, cv::Scalar low,
std::string abspath(const std::string& relpath);
#endif // OPENCV_GPU_SAMPLE_PERFORMANCE_H_
#endif // OPENCV_GPU_SAMPLE_PERFORMANCE_H_