Depth info in bin format
이전 댓글 표시
Hello!
I have many bin files (depth maps let's say 300x200). And there are classes: car(50 pictures), person(50 pictures) and dog(50 pictures).
How can I import all these files to matlab to array.
I found the function: fid=fopen (but it opens one file only).
Also, are there are any tools which would help me to extract features from these depth maps in matlab?
I tried to dfind, but it looks like there is no.
댓글 수: 3
Walter Roberson
2019년 11월 25일
However, with the kind of work you are doing, you should probably be looking at imageDatastore()
Iuliia Alekseenko
2019년 11월 25일
Walter Roberson
2019년 11월 25일
matFileName = sprintf('mat10(%d).mat', k);
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Semantic Segmentation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!