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...
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...
대략 6년 전 | 1

