package camlimages

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module ColorhistSource

Histgrapm of colors

Sourcetype t = int array
Sourceval create : unit -> int array
Sourceval total_samples : int array -> int
Sourceval store_sample : int array -> Color.rgb -> unit
Sourceval normalize : float -> int array -> Color.rgb -> Color.rgb
Sourceval gamma : float -> < height : int ; unsafe_get : int -> int -> Color.rgb ; width : int.. > -> OImages.rgb24
Sourceval filter : ('a -> int array -> Color.rgb -> Color.rgb) -> 'a -> < height : int ; unsafe_get : int -> int -> Color.rgb ; width : int.. > -> OImages.rgb24