maskSLIC
maskSLIC copied to clipboard
Simple linear iterative clustering (SLIC) in a region of interest (ROI)
How to ensure that each superpixel block has a unique lable_number to avoid the occurrence of two non-adjacent superpixel blocks with the same lable_number?
Hi, For voxel data, how to set parameters for supervoxel segmentation? Best regards
I find there is a way to create the regular roi in the code, how can I create irregular roi like the example? If the roi is the whole face,...
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...