vampire.coloring.label_imgs#

vampire.coloring.label_imgs(img_set, properties_df)[source]#

Label objects in the images within the set according to clusters.

Parameters:
img_setlist[ndarray]

Set of images to be labeled.

properties_dfDataFrame

Properties of objects from img_set. Contains labels and cluster_ids.

Returns:
labeled_imgslist[ndarray]

Image set with objects labeled according to clusters.