Tagged Questions
1
vote
3answers
278 views
Dense pixelwise reverse projection
I saw a question on reverse projecting 4 2D points to derive the corners of a rectangle in 3D space. I have a kind of more general version of the same problem:
Given either a focal length (which can ...
0
votes
1answer
139 views
for a 3x3 camera matrix, could skew factor be negative?
for a 3x3 camera matrix, could skew factor be negative?
assume the camera matrix is in the form :
[fx s u0]
[0 fy v0]
[0 0 1 ]
could s be negative?