統計
MATLAB Answers
5 質問
0 回答
ランク
of 170,923
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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...
6年以上 前 | 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
