Python: flood filling of multidimensional image -


i have binary multidimensional image. , want implementation of flood fill give me next:

  1. list of connected regions (with adjacent pixels value true).

  2. for each region want bounding box , list of pixel coordinates of pixels interconnected region.

is implemented?

hell yeah! scipy.ndimage.measurements module helps!


Comments

Popular posts from this blog

java - Incorrect order of records in M-M relationship in hibernate -

command line - Use qwinsta in PowerShell ISE -

php - I want to create a website for polls/survey like this http://www.poll-maker.com/ -