openalea.eartrack.binarisation.mean_image

openalea.eartrack.binarisation.mean_image(images)[source]

Compute the mean of a image list.

Parameters:images ([ numpy.ndarray of integers ]) – list of 3-D array
Returns:out – Mean of the list image
Return type:numpy.ndarray