handwriting_features.features.implementation.conventional.utils package

Submodules

handwriting_features.features.implementation.conventional.utils.composite module

class handwriting_features.features.implementation.conventional.utils.composite.WritingNumberOfChangesUtils(sample_wrapper, fs, fc=None, n=None, subset=None)[source]

Bases: object

Class implementing writing number of changes utils

fc = 17.5
get_number_of_changes_in_azimuth()[source]

Gets the number of changes in azimuth

get_number_of_changes_in_pressure()[source]

Gets the number of changes in pressure

get_number_of_changes_in_tilt()[source]

Gets the number of changes in tilt

get_number_of_changes_in_velocity_profile()[source]

Gets the number of changes in velocity profile

get_number_of_changes_in_x_profile()[source]

Gets the number of changes in x profile

get_number_of_changes_in_y_profile()[source]

Gets the number of changes in y profile

get_relative_number_of_changes_in_azimuth()[source]

Gets the relative number of changes in azimuth

get_relative_number_of_changes_in_pressure()[source]

Gets the relative number of changes in pressure

get_relative_number_of_changes_in_tilt()[source]

Gets the relative number of changes in tilt

get_relative_number_of_changes_in_velocity_profile()[source]

Gets the relative number of changes in velocity profile

get_relative_number_of_changes_in_x_profile()[source]

Gets the relative number of changes in x profile

get_relative_number_of_changes_in_y_profile()[source]

Gets the relative number of changes in y profile

n = 50
class handwriting_features.features.implementation.conventional.utils.composite.WritingStopsUtils(sample_wrapper)[source]

Bases: object

Class implementing writing stops utils

get_writing_stops()[source]

Extracts the stroke stops

class handwriting_features.features.implementation.conventional.utils.composite.WritingTempoUtils(sample_wrapper, in_air)[source]

Bases: object

Class implementing writing tempo utils

get_writing_tempo()[source]

Extracts the writing tempo

handwriting_features.features.implementation.conventional.utils.dynamic module

handwriting_features.features.implementation.conventional.utils.kinematic module

handwriting_features.features.implementation.conventional.utils.spatial module

class handwriting_features.features.implementation.conventional.utils.spatial.IntersectionUtils(sample_wrapper)[source]

Bases: object

Class implementing intersection utils

get_number_of_inter_stroke_intersections()[source]

Extracts the number of inter-stroke intersections

get_number_of_intra_stroke_intersections()[source]

Extracts the number of intra-stroke intersections

get_relative_number_of_inter_stroke_intersections()[source]

Extracts the relative number of inter-stroke intersections

get_relative_number_of_intra_stroke_intersections()[source]

Extracts the relative number of intra-stroke intersections

get_relative_total_number_of_intra_stroke_intersections()[source]

Extracts the relative total number of intra-stroke intersections

get_total_number_of_intra_stroke_intersections()[source]

Extracts the total number of intra-stroke intersections

class handwriting_features.features.implementation.conventional.utils.spatial.ProjectionUtils(sample_wrapper, fs, n=None)[source]

Bases: object

Class implementing projection utils

n = 50
vertical_peaks_distance()[source]

Extracts the vertical peaks distance

vertical_peaks_duration()[source]

Extracts the vertical peaks duration

vertical_peaks_indices()[source]

Extracts the vertical peaks indices

vertical_peaks_values()[source]

Extracts the vertical peaks values

vertical_peaks_velocity()[source]

Extracts the vertical peaks velocity

vertical_valleys_distance()[source]

Extracts the vertical valleys distance

vertical_valleys_duration()[source]

Extracts the vertical valleys duration

vertical_valleys_indices()[source]

Extracts the vertical valleys indices

vertical_valleys_values()[source]

Extracts the vertical valleys values

vertical_valleys_velocity()[source]

Extracts the vertical valleys velocity

handwriting_features.features.implementation.conventional.utils.temporal module

Module contents