Ask Your Question

chafik's profile - activity

2013-01-01 08:43:37 -0600 answered a question OutOfMemoryError in Kalman Filter

Thanks, is there an implementation with opencv of kalman filter for dense systems?

2013-01-01 08:32:23 -0600 asked a question drawing 3D optical flow with opencv

Can I drow 3d optical flow with opencv using 3d vector representation ?

2012-12-26 12:05:34 -0600 asked a question OutOfMemoryError in Kalman Filter

Hi,

I get OutOfMemoryError when I use : KalmanFilter KF(300000, 1, 0);

Is there any solution to make kalman filter support big state vector?

Thanks