Image (ripplemapper.image)#
Image contains functions designed to manipulate the image data.
ripplemapper.image Module#
Ripplemapper images module.
Functions#
|
Preprocess the image by converting it to grayscale and applying Gaussian blur. |
|
Perform image segmentation using skimage chan-vese method. |
|
Detect edges in the image using Canny edge detection. |
|
Process the binary edge image by performing morphological operations. |
|
Threshold the image to make any pixel above the level equal to the max. |