maskSLIC icon indicating copy to clipboard operation
maskSLIC copied to clipboard

Performance

Open benjaminirving opened this issue 8 years ago • 1 comments

From scikit-image/scikit-image#1569

@benjaminirving,

seed_type='grid', recompute_seed=True approx. doubles runtime, with 'nplace' the runtime is more than 10-fold higher.

There are weird results without warning if there is a non-bool mask parameter (for me uint8 after resizing the mask).

Best regards,

Kai

benjaminirving avatar Dec 04 '16 11:12 benjaminirving

This is slower than SLIC for large regions but faster for small regions.

TODO - investigate additional performance improvements

benjaminirving avatar Feb 10 '17 19:02 benjaminirving