![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/2740053_1522091019151_DEF.jpg)
Valeska Pearson
North-West University
Followers: 0 Following: 0
Professional Interests: image processing
Statistik
16 Fragen
0 Antworten
RANG
277.218
of 297.010
REPUTATION
0
BEITRÄGE
16 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
31.25%
ERHALTENE STIMMEN
0
RANG
of 20.418
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.687
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 implement LAB color space to detect yellow in image?
>>Hello, I need some help to detect yellow exudates in a retinal image. LAB or HSV colour space can be used. I have chosen the L...
fast 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to reference in a warning string to the name that changes depending on the result?
Hi this is my code: SimuFILE=SystemLib.Type; ActiveValue=char(Comms_LB1_content(Comms_LB1_index)); ff=load([ActiveValue...
mehr als 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to plot ROC curve for SVM classifier results?
Hello experts, I need urgent help please. I have training data en test data for my retinal images. I have my SVM implemented...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to obtain AUC for different sample sizes of training data and do comparisons with sensitivity and specificity?
Hello, I need some urgent advice. WHen I have a SVM classifier implemented, I want to make conclusions from this by varying ...
mehr als 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to train SVM that contains data with NAN or 0 values
Hello Matlab experts, I need some help with the following. I am using SVM and in my feature extraction I obtain area of abnor...
mehr als 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How can I make output on a pushbutton diplay results in GUI
Hello awesome folks, I need an answer for the following. I have a GUI design which is used to demonstrate medical image proce...
mehr als 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to add buttons on output image from GUI
Hello I would be so thankful if you can answer the following. I have an output image from image processing. There is then 3 ci...
mehr als 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to work with GUI data , perform functions and see output in workspace?
Hello, I would really appreciate if I can have some help. I have designed a GUI for my digital image processing project. I a...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to save all the figures with the result of image processing
Hi, I have a question regarding working with a lot of results from image processing. All of the feature extraction results ar...
mehr als 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How can Matlab make a title for all figures, according to the "imread" input image.
I'm doing image processing on images, and a lot of figures are plotted. I am reading in one image at a time in, perform some fun...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to index filenames correctly?
Please help if you have the answer. I have .png images, which I want to read randomly and send to a function which will perfo...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to obtain the correct data points to fit circle for optic disk detection
Please help, I am struggling to get this right: I have obtained a thresholded image, which is in binary image format. My prob...
mehr als 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to count exudates in retina binary image?
I 've got the following retina images, after implementing LAB and applying segmentation, I've got a binary image. The white is t...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Colour Segmentation in LAB colour space
Please help. I need some help to do yellow segmentation from my retina images. The goal is to use the LAB colour space, and the...
mehr als 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Normalizing by means of zero-mean
Hello friends, I am working on retinal images and need to make them standard before processing, because some images are dark ...
mehr als 11 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
How to implement convolution instead of the built-in imfilter
m=13; n=13; sigma=15; [h1 h2]=meshgrid(-(m-1)/2:(m-1)/2, -(n-1)/2:(n-1)/...
mehr als 11 Jahre vor | 1 Antwort | 0