Removed whitespace.

This commit is contained in:
Jin Ma
2013-09-09 17:00:33 +08:00
parent 2d5a1dacd0
commit a4ab3f4ea8
2 changed files with 5 additions and 6 deletions

View File

@@ -96,7 +96,7 @@ TEST_P(Kalman, Accuracy)
kalman_filter_ocl.correct(Sample);
//ocl end
//cpu start
//cpu start
cv::KalmanFilter kalman_filter_cpu;
kalman_filter_cpu.init(Dim, Dim);
@@ -143,5 +143,4 @@ TEST_P(Kalman, Accuracy)
}
INSTANTIATE_TEST_CASE_P(OCL_Video, Kalman, Combine(Values(3, 7), Values(30)));
#endif // HAVE_OPENCL
#endif // HAVE_OPENCL