pub unsafe extern "C" fn spinImageStatisticsGetMean(
hStatistics: spinImageStatistics,
channel: spinStatisticsChannel,
pMean: *mut f32,
) -> spinErrorExpand description
Retrieves the mean of pixel values of an image statistics channel @see spinError
@param hStatistics The image statistics context of the channel @param channel The channel of the mean pixel value to be retrieved @param pMean The float pointer in which the mean pixel value is returned
@return spinError The error code; returns SPINNAKER_ERR_SUCCESS (or 0) for no error