What is boundingBoxGrid in analyticsLookupObjectTracks?

Answered

Comments

3 comments

  • Avatar
    Sergey Yuldashev

    Hello Akshay,

    The "objectPosition" attribute shows the "trace" of the object across the whole camera field of view across the whole time while object was being detected.
    What you see here is basically a bit mask "encoded" as a QbyteArray which is mostly designed to be used by Nx Client.

    If you need to get the location of the object I would recommend you to use the "bestShot" attribute.
    Basically it shows you the coordinates of the object in space and time in the human readable format at the moment when the object was most distinguishable and sharp. Which is the best option for actual operators.

    0
    Comment actions Permalink
  • Avatar
    Mohamed Thasin

    thanks for the response. So, Can I ignore the objectPosition attribute? 

    0
    Comment actions Permalink
  • Avatar
    Sergey Yuldashev

    Yes, it is ok to ignore that.

    0
    Comment actions Permalink

Please sign in to leave a comment.