Analyse (ripplemapper.analyse)#

Analyse contains a series of functions designed to produce contours.

ripplemapper.analyse Module#

Mostly a collection of functions to help instantiate a list of image classes and add some contours

Functions#

add_boundary_contours(ripple_images[, ...])

Add boundary contours to a list of RippleImage objects.

add_a_star_contours(ripple_images[, ...])

Add A* contours to a list of RippleImage objects.

add_chan_vese_contours(ripple_images[, ...])

Add Chan-Vese contours to a list of RippleImage objects.

remove_small_bumps(contour, **kwargs)

Remove small bumps from a RippleContour object.

remove_small_bumps_from_images(...)

Remove small bumps from a list of RippleImage objects.