代码搜索:frames
找到约 9,514 项符合「frames」的源代码
代码结果 9,514
www.eeworm.com/read/200905/15420525
wsp blink.wsp
[WorkState_v1_1]
ptn_Child1=DockState
ptn_Child2=ToolBarMgr
ptn_Child3=Frames
ptn_Child4=ProjectTarget
ptn_Child5=WorkSpaceName
ptn_Child6=SerialPort
ptn_Child7=StepInc
ptn_Child8=DisassemblyA
www.eeworm.com/read/200901/15420545
wsp blink.wsp
[WorkState_v1_1]
ptn_Child1=DockState
ptn_Child2=ToolBarMgr
ptn_Child3=Frames
ptn_Child4=ProjectTarget
ptn_Child5=WorkSpaceName
ptn_Child6=SerialPort
ptn_Child7=StepInc
ptn_Child8=DisassemblyA
www.eeworm.com/read/200898/15420598
wsp blink.wsp
[WorkState_v1_1]
ptn_Child1=DockState
ptn_Child2=ToolBarMgr
ptn_Child3=Frames
ptn_Child4=ProjectTarget
ptn_Child5=WorkSpaceName
ptn_Child6=SerialPort
ptn_Child7=StepInc
ptn_Child8=DisassemblyA
www.eeworm.com/read/372784/9492861
dat clump2.dat
# EXPLOD DATA FILE
300 # number of points
50 # number of frames
9 # gravity
0 # wind
5 # trail length
0 0 -1 3
0 0 0 7
0 0 5 8
0 0 0 2
0 0 2 1
0 0 11 10
0 0 10 10
0 0
www.eeworm.com/read/168343/9919531
m show.m
function show
video = mmread('I:\ttt\640480.mpg',1001:1100);%I:\ttt\640480.mpg为视频文件存放的路径,1001:1100表示从1001帧到1100帧
B=avermatrix(video,100);
imshow(B);
figure;imshow(video.frames(10).cdata);
end
www.eeworm.com/read/272968/10934808
html frame.html
清华大学图书馆主页 - INTERNET 教室 - HTML 语言教程
多窗口页面(Frames)
www.eeworm.com/read/435834/7783286
html frame.html
清华大学图书馆主页 - INTERNET 教室 - HTML 语言教程
多窗口页面(Frames)
www.eeworm.com/read/435304/7794094
m framedif4.m
%求解视频的帧差分布 (方法四,基于边缘轮廓法检测镜头边界)
%读取视频
clear all;
clc;
tic;%start time
shot=mpgread('video\sport2.m1v',[],'truecolor');%读取视频
%shot=aviread('video\skiing.avi');
frames=size(shot,2);
framedif=zero
www.eeworm.com/read/435304/7794097
m framedif2.m
%求解视频的帧差分布 (方法二:X2法)
%读取视频
clear all;
clc;
tic;%start time
shot=mpgread('..\videos\cut.mpg',[1:200],'truecolor');%读取视频
%shot=aviread('video\skiing.avi');
frames=size(shot,2);
w=size(shot(1,1).
www.eeworm.com/read/435304/7794098
m framedif3.m
%求解视频的帧差分布 (方法三:X2结合分块法)
%读取视频
clear all;
clc;
tic;%start time
shot=mpgread('..\videos\cut.mpg',[1:200],'truecolor');%读取视频
%shot=aviread('video\skiing.avi');
frames=size(shot,2);
w=size(shot(1