曲率 Resources

Showing items tagged with "曲率"

Compute curvature properties for 3D scattered point clouds including principal curvatures, Gaussian curvature, and mean curvature using PCA and surface fitting methods. Implementation details include neighborhood selection algorithms and curvature tensor calculation. Refer to readme for installation guidance and demo files for practical usage examples with sample datasets.

MATLAB 365 views Tagged

This program employs wavelet transform methodology to extract image contours for registration purposes. The implementation first detects edges using wavelet decomposition, identifies the longest continuous contour, computes curvature at sampled points, and performs data matching to determine optimal transformation parameters for precise image alignment.

MATLAB 230 views Tagged

This program implements an image registration approach using wavelet transform for contour extraction. The algorithm first detects image edges through wavelet transformation, identifies the longest contour segment, computes curvature at each point along the contour, and performs data matching to determine optimal transformation parameters for precise image alignment. Key implementation involves multi-scale edge detection, curvature calculation algorithms, and feature-based matching techniques.

MATLAB 206 views Tagged

This program implements edge-based image registration by utilizing image edges for alignment. It first detects image edges, selects the longest edge in the image, detects corner points along the edge, generates vectors using curvature information at corner points, and performs feature matching to achieve image registration through automated vector matching.

MATLAB 197 views Tagged