Items with no label
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
3340 Discussions

how is the depth measuring optimized?

HStei3
Beginner
1,395 Views

Hey Guys i have a question.

Currently i am dealing with depth cameras.

i want to use lasertriangulation especially with structured light, like some of the realsense kameras.

i try to figure out an algorithm to not triangulate every dot, (would be possible of course) but to have a more efficent code, like using lines of pixels instead of pixelpoints. somebody got an idea how this is passed by the Intel RealSense?

Would be awesome to get a hint!

greetings

0 Kudos
1 Solution
MartyG
Honored Contributor III
521 Views

If you are planning on using the current generation of 400 Series stereo cameras for triangulation, section 3 of the document below offers an equation for doing so using the camera's focal length and baseline.

http://www.dis.uniroma1.it/~iocchi/stereo/triang.html Stereo Vision: Triangulation

View solution in original post

0 Kudos
1 Reply
MartyG
Honored Contributor III
522 Views

If you are planning on using the current generation of 400 Series stereo cameras for triangulation, section 3 of the document below offers an equation for doing so using the camera's focal length and baseline.

http://www.dis.uniroma1.it/~iocchi/stereo/triang.html Stereo Vision: Triangulation

0 Kudos
Reply