Classes
- Subject
- Sequence
- Description
- Initialisation
- Magic methods
- Public methods
- Setter functions
- Getter functions
- General
- Poses
- Time
- Framerate
- Metrics: single joint
- Metrics: all joints
- Metrics: max values
Sequence.get_max_distance_whole_sequence()Sequence.get_max_velocity_whole_sequence()Sequence.get_max_acceleration_whole_sequence()Sequence.get_max_distance_single_joint()Sequence.get_max_velocity_single_joint()Sequence.get_max_acceleration_single_joint()Sequence.get_max_distance_per_joint()Sequence.get_max_velocity_per_joint()Sequence.get_max_acceleration_per_joint()
- Metrics: total values
Sequence.get_total_distance_whole_sequence()Sequence.get_total_velocity_whole_sequence()Sequence.get_total_acceleration_whole_sequence()Sequence.get_total_distance_single_joint()Sequence.get_total_velocity_single_joint()Sequence.get_total_acceleration_single_joint()Sequence.get_total_distance_per_joint()Sequence.get_total_velocity_per_joint()Sequence.get_total_acceleration_per_joint()
- Correction functions
- Copy functions
- Print functions
- Conversion functions
- Saving functions
- Miscellaneous functions
- Private methods
- Initialisation functions
Sequence._define_name_init()Sequence._load_from_path()Sequence._fetch_files_from_folder()Sequence._load_poses()Sequence._load_single_pose_file()Sequence._load_sequence_file()Sequence._create_pose_from_table_row()Sequence._create_pose_from_json()Sequence._load_date_recording()Sequence._calculate_relative_timestamps()
- Correction functions
- Saving functions
- Miscellaneous functions
- Initialisation functions
- Pose
- Joint
- Audio
- Audio derivatives
- Description
- AudioDerivative
- Note
- Initialisation
- Methods
AudioDerivative.set_name()AudioDerivative.get_samples()AudioDerivative.get_timestamps()AudioDerivative.get_frequency()AudioDerivative.get_name()AudioDerivative.get_number_of_samples()AudioDerivative.filter_frequencies()AudioDerivative.resample()AudioDerivative.__len__()AudioDerivative.__getitem__()
- Envelope
- Pitch
- Intensity
- Formant
- Graphic Classes
- Description
- WindowArea
- Initialisation
- Methods
WindowArea.set_resolution()WindowArea.set_blit_coordinates()WindowArea.set_elements()WindowArea.add_element()WindowArea.remove_element()WindowArea.set_height_window_in_meters()WindowArea.contains()WindowArea.convert_x()WindowArea.convert_y()WindowArea.get_resolution()WindowArea.fill()WindowArea.blit_background_surface()WindowArea.blit()WindowArea.show()
- Timer
- GraphicSequence
- Initialisation
GraphicSequenceGraphicSequence.sequenceGraphicSequence.current_pose_indexGraphicSequence.posesGraphicSequence.shape_jointGraphicSequence.color_joint_defaultGraphicSequence.color_joint_correctedGraphicSequence.color_lineGraphicSequence.width_lineGraphicSequence.size_joint_defaultGraphicSequence.size_joint_handGraphicSequence.size_joint_headGraphicSequence.scale_jointGraphicSequence.joints_to_showGraphicSequence.joint_labels_topGraphicSequence.joint_labels_allGraphicSequence.connections_to_showGraphicSequence.connections_topGraphicSequence.connections_allGraphicSequence.ignore_bottomGraphicSequence.show_linesGraphicSequence.joint_surfacesGraphicSequence.shift_xGraphicSequence.shift_yGraphicSequence.zoom_level
- Methods
GraphicSequence._load_poses()GraphicSequence._load_joint_labels()GraphicSequence._load_connections()GraphicSequence._add_entry_joint_surfaces()GraphicSequence._generate_all_joint_surfaces()GraphicSequence.get_timestamp()GraphicSequence.get_duration()GraphicSequence.get_number_of_poses()GraphicSequence.get_current_pose_index()GraphicSequence.set_color_background()GraphicSequence.set_shape_joint()GraphicSequence.set_color_joint_default()GraphicSequence.set_color_joint_corrected()GraphicSequence.set_color_line()GraphicSequence.set_width_line()GraphicSequence.set_size_joint_default()GraphicSequence.set_size_joint_hand()GraphicSequence.set_size_joint_head()GraphicSequence.set_scale_joint()GraphicSequence.set_ignore_bottom()GraphicSequence.set_show_lines()GraphicSequence.set_show_joints_corrected()GraphicSequence.set_shift_x()GraphicSequence.set_shift_y()GraphicSequence.set_zoom_level()GraphicSequence.toggle_ignore_bottom()GraphicSequence.toggle_show_lines()GraphicSequence.toggle_show_joints_corrected()GraphicSequence.set_pose_from_timestamp()GraphicSequence.set_pose_from_index()GraphicSequence.next_pose()GraphicSequence.previous_pose()GraphicSequence.reset()GraphicSequence.apply_events()GraphicSequence.play()GraphicSequence.show_pose()
- Initialisation
- GraphicPose
- GraphicJoint
- Video
- Keyword arguments
- Graph Elements
- Exceptions