原理 Resources

Showing items tagged with "原理"

Otsu's Maximum Inter-class Variance MATLAB Code - Principle Explanation: Otsu's method, proposed by Japanese scholar Nobuyuki Otsu in 1979, is an adaptive threshold determination technique also known as the Otsu method. It segments images into background and foreground based on grayscale characteristics. A larger inter-class variance indicates greater distinction between the two components; misclassifying foreground as background or vice versa reduces this distinction.

MATLAB 290 views Tagged

Thesis: Research on 3D Reconstruction Based on 2D Images. This study implements 3D reconstruction from two 2D images through MATLAB programming. The paper details practical implementation methods and principles for each step of the reconstruction pipeline.

MATLAB 198 views Tagged