目标 Resources

Showing items tagged with "目标"

Track schematic of a target undergoing uniform acceleration: This model can represent aerial maneuvers like pitching up/down and ground target movements on slopes, with potential implementation using kinematic equations and motion simulation algorithms.

MATLAB 282 views Tagged

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 308 views Tagged

This MATLAB source code implements skin color-based face detection through pixel-level skin region classification. The core objective is to construct a decision rule that categorizes image pixels into skin and non-skin classes by measuring color distance from reference skin tones. The distance metric is determined by the chosen skin color modeling approach, which can be implemented using color space transformations and probability thresholding.

MATLAB 212 views Tagged