photo

moniba qureshi


Actif depuis 2013

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

8 Questions
0 Réponses

RANG
270 166
of 300 343

RÉPUTATION
0

CONTRIBUTIONS
8 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
50.0%

VOTES REÇUS
0

RANG
 of 20 926

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 172

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

1

réponse

Question


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

plus de 12 ans il y a | 2 réponses | 0

2

réponses

Question


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

plus de 12 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 12 ans il y a | 1 réponse | 0

0

réponse

Question


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

plus de 12 ans il y a | 1 réponse | 0

0

réponse

Question


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

plus de 12 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 12 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 12 ans il y a | 1 réponse | 0

1

réponse