scallops.features.find_objects.find_objects

scallops.features.find_objects.find_objects(label_image)

Find objects in a labeled array.

Parameters:

label_image (Array) – Image labels noted by integers.

Returns:

Objects data frame containing bounding box, centroid, and area for each label

Return type:

DataFrame