Image (ripplemapper.image)#

Image contains functions designed to manipulate the image data.

ripplemapper.image Module#

Ripplemapper images module.

Functions#

preprocess_image(image[, roi_x, roi_y, sigma])

Preprocess the image by converting it to grayscale and applying Gaussian blur.

cv_segmentation(image, **kwargs)

Perform image segmentation using skimage chan-vese method.

detect_edges(image[, sigma, low_threshold, ...])

Detect edges in the image using Canny edge detection.

process_edges(edges_gray[, sigma])

Process the binary edge image by performing morphological operations.

threshold_image(image[, level])

Threshold the image to make any pixel above the level equal to the max.