Community Profile

photo

Neelum Dave


Attivo dal 2015

Followers: 0   Following: 0

Statistiche

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

circa 8 anni fa | 0 risposte | 0

0

risposte

Domanda


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

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 8 anni fa | 1 risposta | 2

1

risposta

Domanda


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...

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 8 anni fa | 2 risposte | 0

2

risposte

Domanda


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 ...

oltre 8 anni fa | 1 risposta | 0

1

risposta