photo

Neelum Dave


自 2015 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
0 个回答

排名
22,259
of 300,037

声誉
2

贡献数
7 个提问
0 个回答

回答接受率
14.29%

收到投票数
2

排名
 of 20,862

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,106

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


What does this instruction returns.
[hueChannel,~,~] = rgb2hsv(videoFrame)

9 years 前 | 1 个回答 | 0

1

个回答

提问


While tracking face in a video Iam using these instructions but the face is not getting tracked properly.Also I am not getting why the position in line 3 is kept [300 300 videoInfo. VideoSize]
tracker = vision.HistogramBasedTracker; % Initialize the tracker histogram using the Hue channel pixels from the % nose. in...

9 years 前 | 0 个回答 | 0

0

个回答

提问


how step method performs different functions at different time
videoFileReader = vision.VideoFileReader('h1.avi'); videoFrame = step(videoFileReader); figure, imshow(videoFrame) ...

9 years 前 | 1 个回答 | 0

1

个回答

提问


What does step instruction in matlab do?
videoFileReader = vision.VideoFileReader('h1.avi'); videoFrame = step(videoFileReader);

9 years 前 | 1 个回答 | 2

1

个回答

提问


How to know the detected face is of which frame in a matlab code of face detection and how to save first and last frame.
videoFileReader = vision.VideoFileReader('h1.avi'); videoFrame = step(videoFileReader); figure, imshow(videoFrame) faceD...

10 years 前 | 1 个回答 | 0

1

个回答

提问


I am getting this error while running a matlab code for face detection and tracking Error in noseDetector = vision.CascadeObjectDetector('Nose', 'UseROI', true);
% Create a cascade detector object. faceDetector = vision.CascadeObjectDetector(); % Read a video frame and run the detector...

10 years 前 | 2 个回答 | 0

2

个回答

提问


While running a matlab code for face detection in a video using camshift algorithm, i am getting the error Attempt to execute SCRIPT insertObjectAnnotation as a function. How to remove this error.
my code is % Read a video frame and run the detector. videoFileReader = vision.VideoFileReader('a1.avi'); videoFrame ...

10 years 前 | 1 个回答 | 0

1

个回答