Feeds
提问
how to get match features and non-match features for number of video frames in shot boundary detection?
file = dir('*.jpg'); % nfiles = length(file); NFR= 67 for i=2:NFR-1 I1 = imread(file(i).name); I2 = imre...
6 years 前 | 0 个回答 | 0
0
个回答提问
Error using imread The file name or URL argument must be a string. Error in imread Error in image_block (line 29) currentfilename = imread(imagefiles);
[video, audio]= mmread('PH1p30p12to15.avi'); ww=video.frames; kk=video.nrFramesTotal; NFR=71; for i=1:NFR www=ww(i)...
7 years 前 | 1 个回答 | 0
1
个回答提问
how do i split rgb channels from avi video??? Index exceeds matrix dimensions. Error in colorhistdiff_RGB (line 38) dataG(:,:,i)=bbr1(:,:,2);
sss='PH1p30p12to15.mat'; save(sss) load PH1p30p12to15.mat %read video video = mmread('PH1p30p12to15.avi') ; ww=video...
7 years 前 | 0 个回答 | 0
0
个回答提问
Undefined function 'readFrame' for input arguments of type 'char'. Error in colorhistogram (line 45) frame = readFrame('myvid', i);
clear all close all clc sss='PH1p30p12to15.mat'; save(sss) load ('PH1p30p12to15.mat'); %read video myvid = mmrea...
7 years 前 | 0 个回答 | 0
0
个回答提问
Error in colorhistogram (line 41) for i=1:frame_len % Undefined operator ':' for input arguments of type 'struct'.
clear all close all clc sss='PH1p30p12to15.mat'; save(sss) load ('PH1p30p12to15.mat'); %read video myvid = mmrea...
7 years 前 | 1 个回答 | 0
