From: meun on
i am currently doing a project on object detection and tracking which is similar to the people tracking demo in matllab r2009b. I want to display the number of people detected on the screen. for example, my model detected one people, then will display " 1" .
I need help on how to write the code to display the result of people detected? and how to link the code with the existing block?