package mm

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include module type of struct include Mm_image.ImageBase.Motion_multi end
type vectors = Mm_image.ImageBase.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 arrows : vectors -> t -> unit