特征向量 Resources

Showing items tagged with "特征向量"

This MATLAB program implements ellipse curve fitting using the least squares method through generalized matrix eigenvalue and eigenvector computation. The input variables x and y represent the horizontal and vertical coordinates of sample points respectively. The resulting coefficient matrix contains parameters [a, b, c, d, e, f] for the elliptical equation aX² + bXY + cY² + dX + eY + f = 0.

MATLAB 224 views Tagged

This paper addresses the computational intensity and prolonged runtime of traditional FCM algorithms by proposing an enhanced FCM approach. The method involves dividing images into window-sized sub-blocks, extracting feature vectors at the sub-block level for coarse FCM clustering, followed by pixel-level feature extraction and fine segmentation specifically for edge sub-blocks. This hierarchical segmentation strategy significantly improves processing speed and segmentation accuracy through optimized computational resource allocation.

MATLAB 192 views Tagged