vampire.processing.register_contours#

vampire.processing.register_contours(contours)[source]#

Returns registered contours to their principal components.

Parameters:
contourslist[ndarray]

List of contour coordinates, list with length n_contours, ndarray with shape (2, n_points).

Returns:
registered_contourslist[ndarray]

Registered contours, list with length n_contours, ndarray with shape (2, n_points).

See also

register_contour