MPSImageStatisticsMeanAndVariance
A kernel that computes the mean and variance for a given region of an image.
Declaration
class MPSImageStatisticsMeanAndVarianceOverview
The mean and variance values are written to the destination image at the following pixel locations:
Mean value is written at pixel location
(0, 0)Variance value is written at pixel location
(1, 0)