Direct Linear Transformation (DLT) Solver

The script solves a general projective linear system.
903 Downloads
Updated 12 Nov 2017

View License

The DLT technique solves for a m-by-n transformation matrix A given X a n-by-k matrix containing many column vectors in n-dimensional space and Y the transformed vectors in m-dimensional space following Y ~ AX, where ~ denotes projective equality, i.e. both sides are equal up to a scale. The solution is normalised to guarantee the uniqueness.

Cite As

Johnny Chien (2024). Direct Linear Transformation (DLT) Solver (https://www.mathworks.com/matlabcentral/fileexchange/65030-direct-linear-transformation-dlt-solver), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2006a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Linear Algebra in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0

Updated the title of contribution.
Little revision on the descriptions.

Little revision on the descriptions.