photo

moniba qureshi


2013년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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

11년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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

11년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

11년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

11년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

11년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

11년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

11년 초과 전 | 답변 수: 1 | 0

1

답변