HomeSort by relevance Sort by last modified time
    Searched full:_state_post (Results 1 - 1 of 1) sorted by null

  /external/opencv3/modules/video/test/
test_kalman.cpp 112 Mat _state_post = cvarrToMat(Kalm->state_post); local
113 code = cvtest::cmpEps2( ts, _Sample, _state_post, EPSILON, false, "The final estimated state" );

Completed in 76 milliseconds