uicontrol
I want to use uicontrol that play video.
ex.uicontrol('style','frame','position',[10 170 80 30]);
but I don't how to make cod...
13年弱 前 | 1 件の回答 | 0
1
回答
質問
how to play video
function varargout = discretescene(varargin)
% DISCRETESCENE M-file for discretescene.fig
% DISCRETESCENE, by itself, cre...
13年弱 前 | 0 件の回答 | 0
0
回答
質問
About the guide
I want to ask that which UI control is play the video. I have tried to use the active window media player but I want to user oth...
13年弱 前 | 0 件の回答 | 0
0
回答
質問
out of memory
clear all
mov = aviread('book.avi');
xy=zeros([size(mov(1).cdata),length(mov)], 'uint8');
for ii=1:537
...
13年弱 前 | 2 件の回答 | 0
2
回答
質問
Out of memory problem
clear all
mov = aviread('book.avi');
xy=zeros(size(mov(1).cdata));
for i=1:196
figure(10)
x...
13年弱 前 | 1 件の回答 | 0
1
回答
質問
using GUI
I want to making a Interface that could play four different videos using GUI. I didn't know how to do , help me thank!
13年弱 前 | 1 件の回答 | 0
1
回答
質問
How to extract the keyframes from video?
How to extract the keyframes from video?
I need to write complete code,like entropy way for extrct keyframe
or color and texture...