Lucid.Core.HistogramPlot¶
This task type uses LUPO to calculate a pixel value histogram of the input image, and plot a histogram chart.
The output table contains one row per histogram bin, and the following columns:
x0
: The histogram bin center X positions.pdf
: The PDF (probability density function) i.e. the per-bin count divided by the overall total count.distr
: The CDF (cumulative distribution function) i.e. the area under PDF up to the current X position.count
: The number of samples per histogram bin.