photo

Melika Bahmanabasdi


Last seen: 5年弱 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer
  • Revival Level 1

バッジを表示

Feeds

表示方法

回答済み
How can I create a video from a 3D matrix that is not in rgb format?
%****************** Convert Tensor to video **************************** VidObj = VideoWriter('movie.avi','Grayscale AVI'); %...

5年弱 前 | 1

回答済み
Convert, 3D matrix to Video
VidObj = VideoWriter('movie.avi', 'Uncompressed AVI'); %set your file name and video compression VidObj.FrameRate = 30; %set yo...

5年弱 前 | 3