package bimage
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
A simple, efficient image-processing library
Install
dune-project
Dependency
Authors
Maintainers
Sources
bimage-0.6.0.tbz
sha256=7d4019a7783f20e5d9f1af72d0b5b14ef56cbfad9ed440da752cfc24d0f8d083
sha512=4abfcfcde072b8bae76ca24dd25b31e0695c08a7b2d43fa5a433ade3202527af4d24fbed9b3b90fe3888b837acaa8c6718e39c8a6014d61ee7faa390818a1133
doc/bimage/Bimage/Pixel/index.html
Module Bimage.PixelSource
Pixel defines operations on individual pixels, which are stored as floatarray
Create a new pixel filled using the values from a list
Create a new pixel from existing image data
map f x executes f for each value in x, returning a new Pixel.t
map_inplace f x executes f for each value in x, assigning the new value to the same * index
Executes a function over each item in two pixels
map2 f x y executes f for each value in x and y, returning a new Pixel.t
Reduction over a pixel
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>