Tool/software:
Hi, TI experts,
I would like to ask about tracked target dimensions.
When I checked the motion_and_presence_detection SDK code (MMWAVE_L_SDK_05_04_00_01), the dim[] array below of the GTRACK_targetDesc structure seems to mean the target dimension, is that correct?
/** @brief Estimated target dimensions: depth, width, [height], doppler */
float dim[GTRACK_MEASUREMENT_VECTOR_SIZE];
Are they all in meter units?
For GTRACK_3D, is the dim[] array value a target dimension in meter units of y (range direction), x (width direction), z (height direction), and v (radial velocity)?
I want to get the size of a person who is walking speed or a vehicle that is driving slowly, what is the sizing accuracy?
I think the more points allocated to the target, the more accurate it will be, how many points will be needed?