mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 09:25:45 +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()
|
OCL_TEST_CYCLE()
|
||||||
{
|
{
|
||||||
cv::ocl::KalmanFilter kalman_ocl;
|
cv::ocl::KalmanFilter kalman_ocl;
|
||||||
kalman_ocl.init(dim, dim);
|
kalman_ocl.init(dim, dim);
|
||||||
kalman_ocl.correct(dsample);
|
kalman_ocl.correct(dsample);
|
||||||
kalman_ocl.predict();
|
kalman_ocl.predict();
|
||||||
kalman_ocl.statePre.download(statePre_);
|
kalman_ocl.statePre.download(statePre_);
|
||||||
|
Loading…
Reference in New Issue
Block a user