Home Forums Software Development 3D eye Data smoothing

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #5995
    Mayank
    Participant

    So I am working on an application which requires me to track eyes in 3D world and I am using Tobii EyeX for the same. But the problem is that during the head movement sometime eye tracker is not able to detect eyes and I need it almost in every frame at 25 fps. I am trying to use a mean filter with history of last 10 values (assuming constant velocity of head) to predict the missed prediction of eye ball, but it’s not smooth . Can someone suggest a more robust filter to predict the values missed by the eye Tracker?

    #6007
    Grant [Tobii]
    Keymaster

    Hi @optimud, It seems like you are attempting to store data from the Eye Tracker for long term storage which is quite explicitly forbidden in the licence agreement for the EyeX.

    Distribution and License Agreement

    That being said, if you search online for IV-T Filter (which Tobii Pro products make use of) then that should point you in the right direction.

    #6010
    Mayank
    Participant

    Thanks for your reply. I am not storing the data for long term, I am using it for instantaneous actions and that’s why I needed an online filter.

    #6011
    Grant [Tobii]
    Keymaster

    All right, thanks for the clarification! I think the methodology for the IV-T filter should still be of use.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.