fderue/SLIC_CUDA

do the label values need to be arbitrary?

Opened this issue · 0 comments

the opencv SLIC function returns labels running from 0 to the number of labels, which is extremely convenient for processing the superpixels after the fact. This version just seems to use arbitrary values for each label. Also it lacks a numSuperPixels() function like the opencv version has. might make a contribution at some point to fix this.