Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 386 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 386 Bytes

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>