登录论坛

查看完整版本 : bin files to array matlab


poster
2019-11-25, 18:02
<p>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).</p>

<p>How can I import all these files to matlab to array.
I found the function: fid=fopen (but it opens one file only).</p>

<p>Mask like "*.bin" doesn't help in this case.</p>

<p>I need later use this depth maps for feature extraction.</p>



More answer... (https://stackoverflow.com/questions/59029284/bin-files-to-array-matlab)