This package browser is in early development. Mind the rough edges.

guile-cv

Computer vision library for Guile

Guile-CV is a Computer Vision functional programming library for the Guile Scheme language. It is based on Vigra (Vision with Generic Algorithms), a C++ image processing and analysis library. Guile-CV contains bindings to Vigra C (a C wrapper to most of the Vigra functionality) and is enriched with pure Guile Scheme algorithms, all accessible through a nice, clean and easy to use high level API.

Installation

Install the latest version of guile-cv as follows:

guix install guile-cv

Or install a particular version:

guix install guile-cv@0.2.1

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.