jit.histogram
Description
Calculates the histogram for a series of input matrices. The histogram is the distribution of values for each of the matrix's planes.
Examples

Matrix Operator
matrix inputs:1, matrix outputs:1
Name | IOProc | Planelink | Typelink | Dimlink | Plane | Dim | Type |
---|---|---|---|---|---|---|---|
out | n/a | 1 | 0 | 0 | 1 | 1 | long char |
More about Matrix Operators
The Jitter MOP
MOP Arguments
MOP Attributes
MOP Messages
Attributes
autoclear [int]
Autoclear flag (default = 1) When the flag is set, the matrix is cleared following output.
normalize [int]
Normalization mode. The normalization modes are:
0: no normalization
1: per channel normalization
2: channel-linked normalization
Channel-linked normalization may be of limited value for video signals where the alpha channel is composed of all zero values.
normval [int]
Normalization flag (default = 0) When the flag is set, histogram values to the range [0, normval ] are normalized.
Common Box Attributes
See Also
Name | Description |
---|---|
Working with Video in Jitter | Working with Video in Jitter |
jit.3m | |
jit.fft |