vampire.extraction.write_properties#
- vampire.extraction.write_properties(properties_df, img_set_path, filter_info, write_contour=False)[source]#
Writes contour coordinates and properties to given paths.
- Parameters:
- properties_dfDataFrame
DataFrame of object properties.
- img_set_pathstr
Path to the directory of images to be analyzed.
- filter_infondarray
Regex filter(s) of image filenames to be analyzed. Empty if no filter needed.
- write_contourbool, optional
Whether write and save raw contour coordinates.