m3_projective {TriDimRegression} | R Documentation |
3D Projective
Description
3D Projective
Usage
m3_projective(a, b)
Arguments
a |
numeric, 3: translation |
b |
numeric, 12: all other coefficients |
Value
matrix 4x4
Examples
m3_projective(c(2, 3, 1), c(0.5, 0.2, 4, 2, 6, 3, 2, 5, 1, 6, 8, 9))
[Package TriDimRegression version 1.0.2 Index]