Display#

The following functions can be used to visualize images, videos, and model representations.

imshow

Show image(s), avoiding interpolation.

animshow

Animate video(s), avoiding interpolation.

pyrshow

Display steerable pyramid coefficients in orderly fashion.

plot_representation

Plot model representation.

The following functions are used internally in the above display functions. They may be helpful,

clean_up_axes

Clean up an axis, as desired when making a stem plot of the representation.

clean_stem_plot

Create a simple stem plot.

rescale_ylim

Rescale y-limits nicely.

update_plot

Update the information in some axes (for an animation).

update_stem

Update the information in a stem plot (for an animation).