cymorph.asymmetry.Asymmetry

class cymorph.asymmetry.Asymmetry(image)

Extracts assimetry metrics (pearson rank and spearman rank) from the supplied image.

Parameters

segmented_image (2-d ndarray) – Data array.

__init__(segmented_image)

Methods

__init__(segmented_image)

get_collected_points_plot()

(Debugging routine) Correlation plot between original and rotated image

get_pearsonr()

Pearson rank asymmetry coeficient

get_spearmanr()

Spearman rank asymmetry coeficient