Files
scikit-image/skimage/segmentation
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-02-28 19:57:45 -06:00
2014-12-14 02:56:14 +01:00
2015-01-22 07:36:48 -05:00
2015-04-20 09:39:38 -05:00
2014-12-14 02:56:14 +01:00