Python: flood filling of multidimensional image -
i have binary multidimensional image. , want implementation of flood fill give me next:
list of connected regions (with adjacent pixels value
true
).for each region want bounding box , list of pixel coordinates of pixels interconnected region.
is implemented?
hell yeah! scipy.ndimage.measurements
module helps!
Comments
Post a Comment