Commit b9d7e675 authored by Jin Ma's avatar Jin Ma

Removed whitespace.

parent 2e0f613c
......@@ -83,7 +83,7 @@ PERF_TEST_P(KalmanFilterFixture, KalmanFilter,
OCL_TEST_CYCLE()
{
cv::ocl::KalmanFilter kalman_ocl;
kalman_ocl.init(dim, dim);
kalman_ocl.init(dim, dim);
kalman_ocl.correct(dsample);
kalman_ocl.predict();
kalman_ocl.statePre.download(statePre_);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment