photo

Melika Bahmanabasdi


Last seen: 4 years 前 自 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'); %...

4 years 前 | 1

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

4 years 前 | 3