vampire.util.generate_file_paths

vampire.util.generate_file_paths(img_set_path, filter_info)[source]

Returns paths to contour pickle file and property csv file.

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
contours_pickle_pathstr

Path to contour pickle file.

properties_csv_pathstr

Path to property csv file.