pysnic
pysnic copied to clipboard
Python implementation of the SNIC superpixels algorithm
Probably because cython is not used, it does not run faster than SLIC (skimage and cv2 implementation)
Dear Moritz, Great works on pysnic! We would like to do the SNIC on remote sensing image with a comparison to SLIC. I did the SLIC in SAGA GIS with...
I tried to execute the command: `!pip install pySNIC` and the instalation seems to be effective, but when I call the lib with `from asnic import generate_seeds ` the 'ModuleNotFoundError...
I try to process TIFF image for GEE, but it cant work, if I want to modify the source code to be multi-process, what parts need to be modified?
I have images/arrays with multiple bands, can we modify it to work for multiple bands? Or is there an alternate way ?
Hi Moritz, pysnic is a great piece of python package based on SNIC, many thanks for your efforts. We are working with remote sensing images superpixel method and we have...