crispy.image_ridge_find#
Functions for density ridge identification in gridded images.
This module provides tools to process images, apply the SCMS algorithm, and identify density ridges from FITS or NumPy array-based data. It includes utilities for walker initialization, ridge finding, and output handling, enabling seamless integration into image analysis workflows.
Functions
Convert an image into a format compatible with the SCMS algorithm. |
|
Read SCMS output files and retrieve walker coordinates. |
|
Identify density ridges in a gridded image using the SCMS algorithm. |
|
Apply a local thresholding method to an image for binarization. |
|
Write SCMS output coordinates to a file. |