This my Kinect for RULA (Raipd Upper Limb Assessment) Calculate using C# and WPF App. Purpose of this application is for calculating body joint using kinect. after that application will transform the data into a RULA score.
I am got inspired to do this for my thesis is from this Ergonomic Journal. Here is the DOI, so you can know what i am trying to do here
reference for calculating angle but on different condition, example: Upper arm must be calculate in Saggital Plane.
- https://stackoverflow.com/a/39673693/6759373
- https://stackoverflow.com/a/25546387/6759373
- https://math.stackexchange.com/questions/361412/finding-the-angle-between-three-points
- https://mtaulty.com/2014/08/08/m_15354/
- https://www.codeproject.com/articles/743862/kinect-for-windows-version-body-tracking
- https://wangready.wordpress.com/2013/05/02/kalman-filter/
- https://piptools.net/algoritma-kalman-filter/
- https://github.com/KonstantinosAng/Kinect2-Kalman/blob/master/depth_kalman_kinectv2.m
- http://bilgin.esme.org/BitsAndBytes/KalmanFilterforDummies
- https://docplayer.info/40536055-Pemanfaatan-filter-dalam-peningkatan-hasil-skeletal-tracking-pada-kinect.html (Erick Pranata Thesis for my kalman tunning by using variance of the body every 5 frame)