Motion.Multi
include module type of struct include ImageBase.Motion_multi end
type vectors = ImageBase.Motion_multi.vectors = {
vectors : vectors_data;
vectors_width : int;
block_size : int;
}
val median_denoise : vectors -> unit
val mean : vectors -> int * int
val compute : int -> t -> t -> ImageBase.Gray8.Motion.Multi.vectors