jit.histogram Calculate histogram

The jit.histogram object calculates the histogram for a series of input matrices. The histogram is the distribution of values for each of the matrix’s planes.

Matrix Operator: in[1] out[1]
Name IOProc Planelink Typelink Dimlink Plane Dim Type
in n/a n/a n/a n/a n/a n/a n/a
out n/a yes no no all all long char

Attributes:
Name Type Description
autoclear int Autoclear flag (default = 1) When the flag is set, the matrix is cleared following output.
normalize int Normalization mode (default = 0 (no normalization)) Channel-linked normalization may be of limited value for video signals where the alpha channel is all zeros.


normval int Normalization flag (default = 0) When the flag is set, histogram values to the range [0, normval] are normalized.

Example:

See Also:
jit.3m, jit.fft