minor chnages in GPU samples
This commit is contained in:
@@ -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_
|
||||
|
Reference in New Issue
Block a user