水平集方法 Resources

Showing items tagged with "水平集方法"

A region-based active contour model incorporating local image fitting energy to extract regional information, capable of effectively segmenting images with intensity inhomogeneity. This approach requires fewer computational resources compared to traditional level set methods.

MATLAB 234 views Tagged

This MATLAB code implements image segmentation using the Chan-Vese (CV) model, a type of active contour model. It particularly excels at segmenting images with low contrast between background and foreground regions. The implementation employs a semi-implicit scheme for variational level set-based image segmentation, delivering excellent results.

MATLAB 199 views Tagged