Neelum Dave
Followers: 0 Following: 0
Estadística
7 Preguntas
0 Respuestas
CLASIFICACIÓN
15.208
of 295.467
REPUTACIÓN
2
CONTRIBUCIONES
7 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
14.29%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
What does this instruction returns.
[hueChannel,~,~] = rgb2hsv(videoFrame)
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 9 años hace | 0 respuestas | 0
0
respuestasPregunta
how step method performs different functions at different time
videoFileReader = vision.VideoFileReader('h1.avi'); videoFrame = step(videoFileReader); figure, imshow(videoFrame) ...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
What does step instruction in matlab do?
videoFileReader = vision.VideoFileReader('h1.avi'); videoFrame = step(videoFileReader);
casi 9 años hace | 1 respuesta | 2
1
respuestaPregunta
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...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 9 años hace | 2 respuestas | 0
2
respuestasPregunta
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 ...
casi 9 años hace | 1 respuesta | 0