vampire.extraction.extract_contours¶
- vampire.extraction.extract_contours(img_set_path, filter_info)[source]¶
Returns 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.