Statistica
MATLAB Answers
0 Domande
1 Risposta
RANK
16.562
of 300.364
REPUTAZIONE
2
CONTRIBUTI
0 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
1
RANK
of 168.407
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Risposto
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...
quasi 6 anni fa | 1

