This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AWR1642BOOST: How are the parameters of DBSCAN defined in the People Counting lab?

Part Number: AWR1642BOOST

Hello,

I am attempting to understand how are the MinPts and Eps parameters of DBSCAN defined in the code of the People Countig lab. I would appreciate any help on this, given that the code is not too easy to understand.

Thanks in advance,

José Castanheira

  • Hi Jose,

    People Counting uses the GTrack algorithm to cluster and track objects. See this paper for more info.

    To answer your question:

    Gtrack has allocation parameters defined in gtrack.h:

    These parameters are set by the people counting demo is task_app.c when gtrack module is created:

    The values can be found at the beginning of task_app.c here line 141:

    CLI commands can also be used to set these values.

    Regards,

    Justin