Statistics
8 Questions
0 Answers
RANK
67.315
of 300.379
REPUTATION
0
CONTRIBUTIONS
8 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20.931
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 168.299
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
im trying to compare array of images with the no of blobs in an image what is wrong this code how i can fix error " corr2>ParseInputs at 36 iptcheckinput(A, {'logical' 'numeric'}, {'real'}, mfilename, 'A', 1); Error in ==> corr2 at 22 [arr{i},b);
figure(1); I = imread('coins.png'); bw = im2bw(I, graythresh(I)); bw2 = imfill(bw,'holes'); imshow(bw2); ...
meer dan 12 jaar ago | 1 answer | 0
1
answerQuestion
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
meer dan 12 jaar ago | 2 answers | 0
2
answersQuestion
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...
meer dan 12 jaar ago | 1 answer | 0
1
answerQuestion
is there any code example that can help me to extract facial features?
if true % code end
meer dan 12 jaar ago | 0 answers | 0
0
answersQuestion
is there any way to measure facial features without using Computer Vision System Toolbox ?
if true % code end
meer dan 12 jaar ago | 0 answers | 0
0
answersQuestion
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...
meer dan 12 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 12 jaar ago | 1 answer | 0
1
answerQuestion
how i can save all video frames in array of images?............
readerobj = mmreader('video11.avi');%, 'tag', 'myreader1'); vidFrames = read(readerobj); numFrames = get(readerobj, 'NumberO...
meer dan 12 jaar ago | 1 answer | 0
