vampire.extraction.write_contours

vampire.extraction.write_contours(img_set_path, filter_info)[source]

Finds contour coordinates of objects in the images from the image set.

Parameters
img_set_pathstr

Path to the directory of images to be analyzed.

filter_infondarray

Unique filter(s) of image filenames to be analyzed. Empty if no filter needed.

Returns
contourslist[ndarray]

List of ndarray of contour coordinates.