Speckle Tracking
Contents
Speckle Tracking#
What are Speckles?#
DOC PENDING…
[2]:
interactive_speckles()
Sample Speckles#
Longitudinal Speckles#
[3]:
# lv_ideal.plot_speckles(endo_long[1], add_centers=True, cmap="tab10", categories=True)
[4]:
# lv_ideal.plot_speckles(epi_long[0], cmap="jet", add_k_centers=True, k_centers_as_line=True, k_bins=True, categories=True)
Circumferential Speckles#
[5]:
# lv_ideal.plot_speckles(endo_circ[7], add_centers=True, cmap="tab10", categories=True)
[6]:
# lv_ideal.plot_speckles(epi_circ[7], cmap="jet", add_k_centers=True, k_centers_as_line=True, k_bins=True, categories=True)
[ ]: