Mean Shift Threshold Segmentation
MATLAB implementation of threshold segmentation using Mean Shift algorithm, which first clusters pixels with similar grayscale values through Mean Shift's segmentation characteristics, then applies threshold segmentation to separate foreground objects from background.