sig
  val compute : int -> Image.RGBA32.t -> Image.RGBA32.t -> int * int
  module Multi :
    sig
      type vectors
      val compute :
        int ->
        Image.RGBA32.t -> Image.RGBA32.t -> Image.RGBA32.Motion.Multi.vectors
      val median_denoise : Image.RGBA32.Motion.Multi.vectors -> unit
      val mean : Image.RGBA32.Motion.Multi.vectors -> int * int
      val arrows :
        Image.RGBA32.Motion.Multi.vectors -> Image.RGBA32.t -> unit
    end
end