Files
scikit-image/skimage
Gustav Larsson 841da2b3f8 Fixed crashing bug in slic.
The enforce connectivity step of slic runs a BFS and puts the
results in coord_list. This coord_list has room for max_size elements,
which is easily overrun if there is a large connected element. This
change limits the BFS to max_size, so that if a connected area is bigger
than max_size, it will be split up instead of the program crashing.
2015-04-20 09:39:38 -05:00
..
2015-01-22 07:36:48 -05:00
2015-03-15 12:21:18 +11:00
2014-12-12 21:18:48 -06:00
2015-02-03 21:34:25 -06:00
2015-02-24 12:39:09 +00:00
2015-02-03 15:34:56 +11:00
2015-02-07 19:33:30 -06:00
2014-12-23 16:49:59 -06:00
2015-04-20 09:39:38 -05:00
2015-02-03 15:34:56 +11:00