Drop outdated definitions from internal.hpp
This also fixes few clang build errors
This commit is contained in:
@@ -40,7 +40,7 @@ int main(int, char**)
|
||||
for(;;)
|
||||
{
|
||||
randn( state, Scalar::all(0), Scalar::all(0.1) );
|
||||
KF.transitionMatrix = *(Mat_<float>(2, 2) << 1, 1, 0, 1);
|
||||
KF.transitionMatrix = (Mat_<float>(2, 2) << 1, 1, 0, 1);
|
||||
|
||||
setIdentity(KF.measurementMatrix);
|
||||
setIdentity(KF.processNoiseCov, Scalar::all(1e-5));
|
||||
|
Reference in New Issue
Block a user