PVAImageStatOutput#

Defined in public/src/operator/include/PvaOperatorTypes.h

struct PVAImageStatOutput#

Image Statistics output structure.

Public Members

int pixelCount#

Number of pixels processed.

float sum[4]#

Per-channel sum of pixel values.

Index corresponds to channel number.

float mean[4]#

Per-channel mean of pixel values.

Index corresponds to channel number.

float covariance[4][4]#

Covariance matrix.

covariance[c][c] is the variance of channel c. covariance[c][c’] (for c != c’) is the covariance between channel c and channel c’.