Smoothed histogram
Smoothed histogram, a part of algorithm transparency, is computed during feature extraction for every secondary block by summing histograms of four overlapping primary blocks from histogram data. It is used to compute contrast and equalized image.
Key | MIME | Filename in ZIP |
---|---|---|
smoothed-histogram | application/cbor | 006-smoothed-histogram.cbor |
Visualization
Histogram visualization can be created from this stage's binary data mapped onto blocks. Visualization itself is not part of transparency data.
Format
Smoothed histogram has the same format as unsmoothed block histogram except that its size matches secondary blocks instead of primary blocks and pixels count is gathered from 4 primary blocks overlapping given secondary block.
Example: 006-smoothed-histogram.cbor
{ "width": 27, "height": 26, "bins": 256, "counts": [ 0, 196, "... skipped 179,708 items in range 0 to 900 ...", 0, 0 ] }