en_velocity | R Documentation |
Compute Euclidean norm of sums of velocity vectors (x,y) for a tracked video using the x-axis and y-axis data generated using velocity_x() and velocity_y(). This is done using the following formula: sqrt(velocityx(t+1) - velocityx(t))^2 + (velocityy(t+1) - velocityy(t))^2)
en_velocity(vel_x, vel_y)
vel_x |
Data frame of x-axis velocity generated by velocity_x(). |
vel_y |
Data frame of y-axis velocity generated by velocity_y(). |
start_from_zero |
Determines if the output should be preceded with a row containing 0. |
en_velocity(x, y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.