I have raw data obtained from EMED barefoot scan containing a matrix of pressure sensors over about 70 frames. This totals 70 matrices that record a snapshot of the pressure over the duration of a person's natural walk over the pressure plate.
I wanted to ask if anyone knows the algorithm that is typically used to determine the Center of Pressure Line (indicated by the path on the heatmap below). One thing I have tried is to consider each row as an array and find the index of the maximum pressure across the row, and create a line by matching up all the points that correspond to these indices. My approach fails to produce a smoothed line (even when using Gaussian smoothing).
