components, a C++ code which organizes contiguous cells into labeled clusters, for a 1D, 2D, or 3D array. This code has uses in image analysis and percolation simulation.
The information on this web page is distributed under the MIT license.
components is available in a C version and a C++ version and a Fortran77 version and a Fortran90 version and a MATLAB version and an Octave version and a Python version.
image_denoise, a C++ code which applies simple filtering techniques to remove noise from an image.
image_edge, a C++ code which demonstrates a simple procedure for edge detection in images.