薄板样条 Resources

Showing items tagged with "薄板样条"

The Thin Plate Spline (TPS) model performs non-rigid transformations to map source images to target images, making it highly valuable for image registration applications. Implementation involves solving a radial basis function interpolation problem with bending energy minimization.

MATLAB 220 views Tagged

Image registration process using thin plate splines involves the following steps: First, feature extraction from both images to obtain feature points; then finding matching feature pairs through similarity measurement. Accurate feature extraction ensures successful feature matching. Therefore, finding feature extraction methods with good invariance and accuracy is crucial for matching precision. This implementation uses thin plate splines for image registration, which provides smooth deformation fields while minimizing bending energy.

MATLAB 218 views Tagged