visualizing the depth map in matlab and get the depth of an object in mm -


What is the best way to see a depth map in MATLAB to find the depth of the object in millimeters? I am using the formula to calculate the depth from inequality. Now I want to measure the depth of an object in the depth map. All the units are in mm. Map of my inequality is 786 * 1126 alone My depth map is the same size. I am planning to use them in ISL at MATLAB. But it does not give me any idea at the depth of any object. Any help is appreciated.

You can convert a map of depth into a 3D digit set, and then use 3 To plot points in D, plot3 () or scatter3 () if you want to assign color to numbers by the picture, then this additional work will be done. Have a look at this.

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -