Otsu's Algorithm Otsu’s Algorithm 算法的核心思想是,将像素分为两类 foreground 和 background,使得类内方差最小、类间方差最大: 2025-10-14 Region Processing