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 years 前 | 1 个回答 | 0
1
个回答
提问
how to play video
function varargout = discretescene(varargin)
% DISCRETESCENE M-file for discretescene.fig
% DISCRETESCENE, by itself, cre...
13 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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...