GetImageChannelDifference

Function GetImageChannelDifference 

Source
pub unsafe extern "C" fn GetImageChannelDifference(
    reference_image: *const Image,
    compare_image: *const Image,
    metric: MetricType,
    statistics: *mut DifferenceStatistics,
    exception: *mut ExceptionInfo,
) -> c_uint