process_edges#
- ripplemapper.image.process_edges(edges_gray: ndarray, sigma: float = 0) ndarray[source]#
Process the binary edge image by performing morphological operations.
- Parameters:
edges_gray (np.ndarray) – Binary edge image.
sigma (float, optional) – Sigma value for Gaussian filter, by default 0.
- Returns:
Processed edge image.
- Return type:
np.ndarray