Smooth moment movement

asked 2020-03-20 09:49:11 -0600

floka gravatar image

Hi all,

i use a IntelRealsense D435i Depth Camera to track poeple from overhead view. My approach till know is to

  • crop the depth numpy array to get only a specific distance depth map
  • make this depth map gray and to binary (black/ white)
  • get the moment of the contour

everything works great , the last step would be a smoothing of the momen point movement. I dont need exact measurements, only a smooth movment.

Have someone a idea what i could try. i do the programming in python

edit retag flag offensive close merge delete

Comments

1

try a butterworth filter or a kalman filter

LBerger gravatar imageLBerger ( 2020-03-20 11:45:54 -0600 )edit