图切算法 Resources

Showing items tagged with "图切算法"

A classic graph cut algorithm called Normalized Cuts that applies graph theory principles to image segmentation. This implementation allows you to specify the number of segmentation partitions and effectively segments images. Run the demo file demoNcutImage.m to see the algorithm in action. You can modify the input image filename and the number of segments directly in the program parameters.

MATLAB 197 views Tagged