Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Kalman filter compile error

ı found this kalman tutorial from http://opencvexamples.blogspot.com/2014/01/kalman-filter-implementation-tracking.html when ı build this codes, VS 2012 gives me error C2100: illegal indirection what can ı do to vanish this error?

Kalman filter compile error

ı found this a kalman tutorial from http://opencvexamples.blogspot.com/2014/01/kalman-filter-implementation-tracking.html when ı build this codes, VS 2012 gives me error C2100: illegal indirection what can ı do to vanish this error?

Kalman filter compile error

ı found a kalman tutorial from http://opencvexamples.blogspot.com/2014/01/kalman-filter-implementation-tracking.html when ı build this codes, VS 2012 gives me error C2100: illegal indirection about line which includes Mat_<float> measurement(2,1); measurement.setTo(Scalar(0)); what can ı do to vanish this error?

Kalman filter compile error

ı found a kalman tutorial from http://opencvexamples.blogspot.com/2014/01/kalman-filter-implementation-tracking.html when ı build this codes, VS 2012 gives me error C2100: illegal indirection about line which includes Mat_<float> measurement(2,1); measurement.setTo(Scalar(0));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?