photo

moniba qureshi


Con actividad desde 2013

Followers: 0   Following: 0

Mensaje

Estadística

MATLAB Answers

8 Preguntas
0 Respuestas

CLASIFICACIÓN
67.313
of 300.365

REPUTACIÓN
0

CONTRIBUCIONES
8 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
50.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.933

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.262

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

  • Thankful Level 1

Ver insignias

Feeds

Ver por

1

respuesta

Pregunta


im trying to make array of images s1,s2,s3 and s4 and want to show them in different figures ........... what is wrong over there? .........
clc close all clear all arr={s1,s2,s3,s4}; for i=1:4 b=imread(arr{i}); figure,imshow(arr{i}); end

más de 12 años hace | 2 respuestas | 0

2

respuestas

Pregunta


fix the error? ??? Undefined function or method 'conv2' for input arguments of type 'double' and attributes 'full 3d complex'.
clear all; close all; clc; I=imread('pic.jpg'); imshow(I); %% Gabor phi = 6*pi/8; theta = 2; sigma = 0.65*the...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


is there any code example that can help me to extract facial features?
if true % code end

más de 12 años hace | 0 respuestas | 0

0

respuestas

Pregunta


is there any way to measure facial features without using Computer Vision System Toolbox ?
if true % code end

más de 12 años hace | 0 respuestas | 0

0

respuestas

Pregunta


there are 66 video frames in video11.avi .... i wana save each video frames in folder videoframes........What is problem over there ? this code is not proper saving each video frame in specific folder
obj = mmreader('video11.avi'); numFrames = get(readerobj, 'NumberOfFrames'); for k = 1 : numFrames %fill in the appropr...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how i can crop faces from image and save them in sub images ? any body can help me please.....
%% Step1: Equalization clear all; clc; rgbInputImage = imread('image2.jpg'); % rgbInputImage=getsnapshot(rgbInputImage); la...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how i can save all video frames in array of images?............
readerobj = mmreader('video11.avi');%, 'tag', 'myreader1'); vidFrames = read(readerobj); numFrames = get(readerobj, 'NumberO...

más de 12 años hace | 1 respuesta | 0

1

respuesta