Model Pipeline - Image thresholding (binary, adaptive, Otsu)
This pipeline processes a grayscale image to separate objects from the background by turning pixels into black or white. It uses three methods: simple binary thresholding, adaptive thresholding that changes based on local areas, and Otsu's method which finds the best threshold automatically.