经典图像分割算法 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

The classic Otsu image segmentation algorithm selects the valley between two peaks in the histogram as the threshold, with implementation typically involving histogram calculation and inter-class variance maximization

MATLAB 204 views Tagged