仿射变换 Resources

Showing items tagged with "仿射变换"

This MATLAB function implements affine transformation on images, providing excellent source code with configurable parameters for various geometric transformations including scaling, rotation, translation, and shearing operations.

MATLAB 198 views Tagged

Image affine transformation system comprising 4 MATLAB files: affine.m, grad.m, wrap.m, and parametric.m. These files implement core algorithms for image transformation and super-resolution reconstruction, providing essential tools for image processing and computer vision applications.

MATLAB 198 views Tagged

Implementation of perspective transformation in MATLAB with correct and efficient algorithms. This modified affine transformation can be applied to image rectification and camera calibration applications, featuring practical code examples and key function descriptions.

MATLAB 240 views Tagged

This resource contains four MATLAB files (affine.m, grad.m, wrap.m, parametric.m) implementing image affine transformation algorithms and super-resolution reconstruction techniques, providing practical code solutions for geometric image transformations.

MATLAB 203 views Tagged

An image matching program based on affine transformation, implemented with MATLAB as the main development platform, featuring robust geometric transformation algorithms and correlation-based matching techniques.

MATLAB 191 views Tagged