Community Profile

photo

Rash Anan


university of colombo

Active since 2015

Followers: 0   Following: 0

Message

university student

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


need some help with this matlab code...
clc clear all v = VideoReader('test.avi'); video1 = read(v,[10 inf]); video1 = mat2cell(video1, size(video1,1), si...

8 years ago | 2 answers | 0

2

answers

Question


hi why does this code give me an error?
clc disp('Begin Foreground Extraction!'); v = VideoReader('test.avi'); video1 = read(v,[1 6]); fg = extractForegro...

8 years ago | 2 answers | 0

2

answers

Question


can someone tell me how to fix this matlab code in frames
clear data disp ('input video');% "input video" avi = VideoReader('DSCN0928.avi');% avi: MATLAB movie structure video =...

8 years ago | 1 answer | 0

1

answer

Question


MHI coding for a video
Hi all, Does anyone know how to write the motion history image matlab code for a video? please help

8 years ago | 1 answer | 0

1

answer