MATLAB CVIP Toolbox Functions
Segmentation
The segmentation algorithms in CVIPtools as described in the book are included. These algorithms operate on both gray scale and color images, and range from simple techniques such as gray level quantization and Otsu thresholding to more sophisticated algorithms including the PCT/median split algorithm and watershed segmentation. Following are the list of functions included in the Segmentation category.- autothreshold_cvip - perform auto single thresholding segmentation
- fuzzyc_cvip - perform Fuzzy c-Means color segmentation
- gray_quant_cvip - perform gray level quantization
- hist_thresh_cvip - perform adaptive thresholding segmentation
- igs_cvip - perform improved gray scale (IGS) quantization
- median_cut_cvip - perform median cut segmentation
- otsu_cvip - perform Otsu thresholding segmentation
- pct_median_cvip - perform PCT/median cut segmentation
- sct_split_cvip - perform SCT/Center Split segmentation
- threshold_cvip - perform binary threshold on an image