3D pointcloud processing- ortographic projection

asked 2021-11-20 12:15:08 -0500

macieksz gravatar image

I have pointcloud (with rgb data) from table-top stereo camera. I need to make ortographic projection (without persprective) to obtain picture where i can measure objects laid on the table.

image description

On output i should receive transformed RGB and depth. How to do this? Any ideas?

edit retag flag offensive close merge delete

Comments

The subject of perspective mapping is far more general than ros, and I'm sure that a google search will give you dozens of hits on the linear algebra calculation to use. If you are asking if standard ros includes this functionality, then as far as I know, the answer is "No."

Mike Scheutzow gravatar image Mike Scheutzow  ( 2021-11-21 07:27:20 -0500 )edit