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