photo

Juan Gonzalez


Last seen: 3 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

  • First Answer
  • Revival Level 1

查看徽章

Feeds

排序方式:

已回答
How to read depth map with .mat extension as a depth image - Make3D dataset
You have to acces element 4: p = load('name_of_the_depth_map.mat'); depth = p.Position3DGrid(:,:,4); max_depth = 80; %max(m...

5 years 前 | 1