Kalman filter compile error
ı found a kalman tutorial from http://opencvexamples.blogspot.com/20... when ı build this codes, VS 2012 gives me error C2100: illegal indirection about line which includes KF.transitionMatrix = *(Mat_<float>(4, 4) << 1,0,1,0, 0,1,0,1, 0,0,1,0, 0,0,0,1); what can ı do to vanish this error?
could you try the code on lberger's answer