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

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

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -