Climb is a generic image processing library written in Common Lisp that provides algorithms like thresholding, mathematical morphology, and watershed segmentation. It aims to be fully generic by handling different image formats, pixel types, and storage schemes. Climb uses morphers to allow algorithms to operate on different image types transparently and property descriptions to select algorithm implementations based on image structure details. The library also provides tools for chaining algorithms together into complex image processing pipelines.
Related topics: