photo

moniba qureshi


2013 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

8 質問
0 回答

ランク
219,111
of 300,369

評判
0

コントリビューション
8 質問
0 回答

回答採用率
50.0%

獲得投票数
0

ランク
 of 20,936

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 168,436

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
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

12年以上 前 | 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...

12年以上 前 | 1 件の回答 | 0

1

回答

質問


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

12年以上 前 | 0 件の回答 | 0

0

回答

質問


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

12年以上 前 | 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...

12年以上 前 | 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...

12年以上 前 | 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...

12年以上 前 | 1 件の回答 | 0

1

回答