Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 598 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 598 Bytes

ocaml-imgproc

An image processing library written in OCaml.

Motivation

This image processing library uses the Owl package for scientific computing in OCaml as base. Think of it like the Python package scikit-image is building upon scipy and numpy.

Status

Pretty much pre-alpha...

There are IO function to read and write image data as Owl Ndarrays. Those are mainly wrappers around stb_image and stb_image_write.

License

MIT license