package bimage
Install
dune-project
Dependency
Authors
Maintainers
Sources
sha256=edc83c7f2749277376a070df72e7b654b963e85f630ec56353b4ea53445d5e3a
sha512=2d92eb3e3518910fe16d1f4cb4b5b75dd49cfaf3fd06c2f6dbcf2dea1ff5457f85978649042e3ada0978fb149cfa16da2da910693b0cb1390d48174bcb7b8643
doc/bimage/Bimage/index.html
Module BimageSource
Image processing library
v0.2.1 — homepage
Raised when attempting to use Char, Int8_signed, Int16_signed Bigarray types
The Angle type is used instead of a float whenever a function expects an angle argument to avoid ambiguity
Point is a 2 element float tuple used to perform calculations on (x, y) coordinates
1-channels gray color type
3-channel RGB color type
3-channel XYZ color type
3-channel YUV color type
4-channel RGBA image
Any color image
RGB packed into a signle channel
The Data module defines several operations on one dimensional image data
The Image module defines a simple interface for manipulating image data
Expr implements an operation combinator which can be used to build operations from low-level functions
Op is used to define pixel-level operations. These operations are performed on normalized floating-point values