/canny_watershed_classic

an image segmentation practice using canny edge detection and watershed algorithm

Primary LanguagePython

canny_watershed_classic

an image segmentation practice using canny edge detection and watershed algorithm

Note

I use Anaconda to develop this project, and the requirements are written in environment.yml

Run the Demo of Watershed(with meanshift) and Superpixel

python segMethod.py <meanshift_sp> <meanshift_sr> <fz_minsize> <SLIC_n_segments> <quick_shift_max_dist>