vampire.util.generate_file_paths¶
- vampire.util.generate_file_paths(img_set_path, filter_info)[source]¶
Returns paths to contour
picklefile and propertycsvfile.- 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
picklefile.- properties_csv_pathstr
Path to property
csvfile.