Skip to main content

Wrapping Function: Project pixel to another image

In computer vision, it is essential that I am able to project pixels into other images. I can do this easily when I know the depth of the pixel, which is normally the case as I develop with RGB-D cameras.

The idea is the following:
2D-Pixel + Depth -> 3D Point p -> [R|t] p -> 2D-Pixel in other Image

The math is on page three of "Robust Odometry Estimation for RGB-D Cameras"

Comments

Popular posts from this blog

Futureproof Software

From here:  https://dzone.com/articles/the-secrets-of-futureproof-software Self-healing Self-patching, or more broadly, self-updating Backward compatibility Dynamic adaptation/ability to evolve over time Intent-based Made up of reusable futureproof components

Choose Projects you do NOT do!

Inspiration from FluentC++ Choose which project NOT to work on. Be clear what you want and which projects are toxic. Keep the Hedgehog-concept in mind. Be sure that you are a) deeply passionate about the project b) the project can be the best in the world quality c) you can earn money with it If one of the three points is not met and not realistic soon don't do the project. Play around with it privately. Maybe you can pivot there so that it meets the criteria.