Direct Linear Transformation (DLT) Solver

The script solves a general projective linear system.

You are now following this Submission

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 (2026). Direct Linear Transformation (DLT) Solver (https://www.mathworks.com/matlabcentral/fileexchange/65030-direct-linear-transformation-dlt-solver), MATLAB Central File Exchange. Retrieved .

Categories

Find more on Linear Algebra in Help Center and MATLAB Answers

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0

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

Little revision on the descriptions.