Hi, I am trying to implement kalman filter using opencvjs.
let kalmanFilter = new cv.kalmanFilter(4, 2, 0, cv.CV_32F);
All the opencvjs code before kalman filter initialization works. but the code after it is not working. Even a simple console log is not showing up in the console.