ImageBase.Gray8
type t = {
data : Data.t;
width : int;
}
val make : int -> Data.t -> t
val create : int -> int -> t
module Motion : sig ... end