Extraction#

check_property_csv_existence(img_set_path, ...)

Check existence of property csv that contain object properties.

get_filtered_filenames(img_set_path[, ...])

Get filenames filtered with keywords.

get_img_set(img_set_path, filenames)

Get an image set from image set path.

extract_contour_from_object(object_img)

Returns x and y coordinates of the object contour.

extract_properties_from_img(img[, filename, ...])

Get object properties of all objects in an image.

extract_properties_from_img_set(img_set[, ...])

Get object properties of all objects in an image set.

read_properties(img_set_path, filter_info)

Read object properties from existing property pickle file.

write_properties(properties_df, ...[, ...])

Writes contour coordinates and properties to given paths.

extract_properties(img_set_path[, ...])

Extracts object properties from image set path.