Bimage.Filter
Filter
contains functions that can be used to execute expressions
val join : Expr.pixel Expr.t list -> ( 'a, 'b, 'c ) t
val v :
?x:int Stdlib.ref ->
?y:int Stdlib.ref ->
Expr.pixel Expr.t ->
( 'a, 'b, 'c ) t
val run_expr :
output:( 'a, 'b, 'c ) Image.t ->
Input.t ->
Expr.pixel Expr.t ->
( 'a, 'b, 'c ) Image.t