package mm

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include module type of struct include Motion_multi end
type vectors_data = (int, Stdlib.Bigarray.nativeint_elt, Stdlib.Bigarray.c_layout) Stdlib.Bigarray.Array1.t
type vectors = Motion_multi.vectors = {
  1. vectors : vectors_data;
  2. vectors_width : int;
  3. block_size : int;
}
val median_denoise : vectors -> unit
val mean : vectors -> int * int
val compute : int -> t -> t -> vectors