photo

shriya patil


自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
87,093
of 301,352

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
20.0%

收到投票数
0

排名
 of 21,240

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 174,068

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

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

1

个回答