MovementAnalyzer
is a Guru Analyzer
that provides helper analysis methods related to human movement. It is useful for building fitness or sport-focused apps.
Functions
repsByKeypointDistance
This function, given the frames of a person, find repetitions of a movement defined by the movement between two keypoints. For example, you could useKeypoint.rightHip
and Keypoint.rightAnkle
to count the number of squat reps in a video.