Shaila parvin
Followers: 0 Following: 0
I'm a Computer Science and Engineering student.
Professional Interests: programming
Statistik
56 Fragen
0 Antworten
RANG
34.207
of 295.467
REPUTATION
1
BEITRÄGE
56 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
53.57%
ERHALTENE STIMMEN
2
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
How to select a folder?
Dear matlab experts, I’m facing a problem. I want to select a folder. I used uigetfile() function but it takes me to the cont...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to show all images of a folder?
Dear matlab experts, I’m facing a problem. I want to show all images of a folder. Suppose a folder has 10 pgm images. I want ...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to speed up matlab?
Hi guys, How are you all? Hope, you're all well. I use 2 releases of matlab on my pc. they are R2010a and R2013a. I install t...
mehr als 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to save image from one folder to another?
Hi, How are you all? I want to read an image from a folder using matlab. Then I want to save the image to another folder of s...
mehr als 10 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
How to copy a matlab software to a pendrive?
Hi, I've just recently copied matlab R2013a (5.63 GB). I can't copy it to my pendrive(16 GB). It says not enough space. I for...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to correct this problem?
Hi, I'm new in MATLAB. I downloaded a face recognition matlab source code from this site. When I run this code, this error ma...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
What can be the input arguments of this user defined function?
I download this code. But I don't understand what can be its possible input arguments. Can anyone please help me? function [...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
What is the problem in the for loop?
I've a problem in the for loop to extract texture features of images of a folder. The problem is in this line: Im2=ComputeRan...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
What should I do to extract texture features now?
This is the code for segmentation of an image. I want to extract the texture features of the image. What should I do now? Please...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Is it possible to retrieve similar images by using this code?
This is a code for calculating histogram error of a selected image to all images of a folder. I want to retrieve images which ar...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
What is the mistale in the loop?
I want to match the similarity of an image with all images of a folder. I compare the histogram error between to images using lo...
mehr als 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to solve this error?
I use R2013a. When I run this code it shows some errors. The code is: % read two images Im1 = imread('a.jpg'); Im2 = imr...
mehr als 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Is 2 different versions of matlab are allowed to run on same PC?
I installed matlab R2010a in my E drive. Later then I installed matlab R2013a on my C drive. My operating system is on C drive. ...
mehr als 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How the user defined facefind function works here?
Hi everyone. Hope, all you are doing well. I am in a problem. Please help me out if possible. I’m so poor at matlab. I need a co...
fast 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
What NumberOfSamples and SamplesPerPixel mean?
The “infonfo” command shows the characteristics of an image. I don’t understand two of them. They are: 1. NumberOfSamples ...
fast 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How “size(x,3)>1” works on an image?
x=imread('a.jpg'); if (size(x,3)>1)%if RGB image make gray scale try x=rgb2gray(x);%image toolbox depen...
fast 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Why mex is creating error?
I run this code: mex -O resize.cc mex -O reduce.cc mex -O shiftdt.cc mex -O features.cc mex -O fconv.cc T...
fast 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
What are the best websites for matlab video tutorials?
i want to work on face detection using matlab. Please suggest me the best sites to download video tutorials for that.
fast 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
What to do if this error occures?
I need a help... When I want to show an image this following error occurs >> a=imread('test.png'); >> imshow(a) ??? ...
fast 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Why this error is occured?
>> a=imread('test.png'); >> imshow(a) ??? Attempt to call constructor image with incorrect letter case. Error in ...
fast 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Is RGB and True colortype image is same?
I want to download some RGB images. But after downloading images I've found that all are truecolor images. Are they same? Ple...
fast 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
What is purpose of the target varriable?
function [Instances T_target]=create_learning_set() %% create data set for each texture class %for cloud class src...
etwa 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Are matrix elements present image pixel in texture classification?
I'm working in image texture classification. I'm following an algorithm. If I debug codes then I get results in form of a matrix...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Is it possible to choose an image from outside of the directed folder in matlab?
I’m working in image texture classification. I indicate a directory folder in my code. When I run the code it starts by opening ...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
what is the purpose of the last line?
net = newff(Iin, Target, 10, {'logsig' 'logsig'}, 'trainscg'); net.trainParam.perf = 'sse'; net.trainParam.epochs = 500; ...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I solve the problem?
Please help me to understand one thing: test_image() function is not connected directly to the create_learners_set() functio...
mehr als 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Can this line train NN properly?
net.trainParam.mc=0.8;%(momentum constant) I’ve read through the internet and have found that, the parameter mc is the mome...
mehr als 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
What is monumentum constant?
I don't understand this line. net.trainParam.mc=0.8;%(momentum constant) Please help me.
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Why any parameter is not used in the line below?
I've read through the internet and have found that sse has 4 parameters. They are: net,t,y,ew. But why any parameter isn't use i...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
what is the purpose of this code?
net.trainParam.perf = 'sse'; I search a lot through the internet. I read about Epochs, show, showcommandline, showWindow, goa...
mehr als 11 Jahre vor | 1 Antwort | 0