matlab - How to change 3 meter to pixel distance? -


i have 3d object , need project relative 2d image, captured 3m away camera. when tried make projection matrix found need state camera position object (3m) , height of camera above ground (1m). thus, need change these values, measured in meters, pixels can used in projection matrix.

i need computation in matlab. pointers?

get(0,'screenpixelsperinch')

gives missing ingredient in quentin's solution.


Comments

Popular posts from this blog

sql - text truncated using perl DBI insert -

c++ - Is it possible to compile a VST on linux? -

php - Pass object by reference or value -