Feeds
질문
Get figures and use them to build a video.avi
Hello, I have developed an algorithm that shows at every iteration a figure as follow: figure imshow(processo(:,:,...
거의 8년 전 | 답변 수: 3 | 0
3
답변질문
Issue with plot a video's frame
I am trying to plot the following figure if true folder = fileparts(which('Field_adv_diff_2D.avi')); movieFullFileName ...
대략 8년 전 | 답변 수: 1 | 0
1
답변질문
Plot frames of a matlab movie
Hello, My purpose is to plot a figure of the frames of a video stored in an array named 'processo' as you can see in the code ...
대략 8년 전 | 답변 수: 0 | 0
0
답변질문
Convertion from grayscale value to RGB vector
Hello, I am trying to figure out how I have to convert a grayscale value which has been exracted from a grayscale frame of an a...
대략 8년 전 | 답변 수: 1 | 0
1
답변질문
How to remove axis from a figure?
I have a script as follow: if true % Set up MOVIE object vidObj = VideoWriter('Field_adv_diff_2D.avi'); vidO...
대략 8년 전 | 답변 수: 3 | 2
3
답변질문
Get width and height of a video frame
I am trying to exctract frames from an avi video and save each on an Array. The code is the following: if true folder ...
대략 8년 전 | 답변 수: 1 | 0
1
답변질문
Error during creation of a VideoReader Object
Hello, I am trying to exctract all frames of a video (.avi) created in another matlab script. Below the code: if tru...
대략 8년 전 | 답변 수: 0 | 0
