Class libdt.DytexKalmanFilter

  • Enclosing class:
    libdt

    class libdt.DytexKalmanFilter
    extends java.lang.Object
    class for running the Kalman filter for dynamic texture inference. There are two ways to use the class: 1) instantiate with a DT to create a Kalman filter where most matrices are pre-computed. The KF instance can then be used for fast inference; 2) use the static functions to compute inference on a DT. In general, the first method should be used if the DT will not change and the KF will be used many times. The second method should be used if inference is required only once before the DT changes.