photo

Neelum Dave


2015 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

7 質問
0 回答

ランク
21,991
of 300,779

評判
2

コントリビューション
7 質問
0 回答

回答採用率
14.29%

獲得投票数
2

ランク
 of 21,084

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,997

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


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

10年弱 前 | 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...

10年弱 前 | 0 件の回答 | 0

0

回答

質問


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

10年弱 前 | 1 件の回答 | 0

1

回答

質問


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

10年弱 前 | 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年 前 | 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年 前 | 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年 前 | 1 件の回答 | 0

1

回答