Software Archive
Read-only legacy content
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.

uvmap noise?

Marios_B_
Beginner
438 Views

Hi there!

I tried to get the position of a specific point I found in my image using uvmap so that I can get the aligned depth/color coordinates.

However uvmap returns -1,-1 very often, although the target is just the left-most point of an inner contour of a blob.

What else can I do, to get correctly the position of a specific point I found using depth image on color image?

0 Kudos
1 Solution
samontab
Valued Contributor II
438 Views

You have to remember that those two cameras (depth and color) have a different field of view. Also, not all pixels contain depth information.

Depending on your application, you may want to use the information of the neighboring pixels, not exactly the one you are looking at.

View solution in original post

0 Kudos
1 Reply
samontab
Valued Contributor II
439 Views

You have to remember that those two cameras (depth and color) have a different field of view. Also, not all pixels contain depth information.

Depending on your application, you may want to use the information of the neighboring pixels, not exactly the one you are looking at.

0 Kudos
Reply