spinImageStatisticsGetNumPixelValues

Function spinImageStatisticsGetNumPixelValues 

Source
pub unsafe extern "C" fn spinImageStatisticsGetNumPixelValues(
    hStatistics: spinImageStatistics,
    channel: spinStatisticsChannel,
    pNumValues: *mut c_uint,
) -> spinError
Expand description

Retrieves the number of pixel values of an image statistics channel @see spinError

@param hStatistics The image statistics context of the channel @param channel The channel where the pixel values to be counted are @param iNumValues The unsigned integer pointer in which the number of pixel values is returned

@return spinError The error code; returns SPINNAKER_ERR_SUCCESS (or 0) for no error