mirror of
https://github.com/opencv/opencv.git
synced 2024-11-28 05:06:29 +08:00
Removed whitespace.
This commit is contained in:
parent
2e0f613c38
commit
b9d7e67589
@ -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_);
|
||||
|
Loading…
Reference in New Issue
Block a user