vampire.processing.get_mean_registered_contour#
- vampire.processing.get_mean_registered_contour(registered_contours)[source]#
Compute mean of registered contours.
- Parameters:
- registered_contourslist[ndarray]
Registered contours, list with length n_contours, ndarray with shape (2, n_points).
- Returns:
- mean_registered_contourndarray
Mean of registered contours, with shape (2, n_points).