Research Article

Constructing Swimming Training Model Based on Cyclic Coordinate Descent Algorithm

Pseudocode 2

 For (; counter<The intermediate frames; counter++)
 {
 Calculate the position coordinates of each intermediate point on the fitted Bezier curve with the counter/intermediate frame number as the parameter;
 Assign the calculated intermediate point coordinates to the coordinates of the root joint of the current frame;
 Push the current into the frame sequence:
 }