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년 초과 전 | 답변 수: 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)...
6년 초과 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0
