First time here? Check out the FAQ!
answered 2015-07-07 19:25:12 -0500
Where is setIdentity defined? It looks like the compiler can't find it. Can you do something like this instead?
setIdentity
kf.measurementMatrix = Mat::eye(kf.measurementMatrix.rows, kf.measurementMatrix.cols, CV_64F);