ı 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?
1 | initial version |
ı 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?
2 | No.2 Revision |
ı 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?
3 | No.3 Revision |
ı 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?
4 | No.4 Revision |
ı 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?