vpi.ImageStatistics

class vpi.ImageStatistics

Set the image statistics flags for the algorithm.

Enumeration values

vpi.ImageStatistics.PIXEL_COUNT

Calculate total pixel count.

vpi.ImageStatistics.SUM

Calculate per-channel sum.

vpi.ImageStatistics.MEAN

Calculate per-channel mean.

vpi.ImageStatistics.VARIANCE

Calculate only variance for each channel in covariance matrix.

vpi.ImageStatistics.COVARIANCE

Calculate full covariance matrix.