![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/18131864_1586667452688_DEF.jpg)
Tuck Wai Yip
Followers: 0 Following: 0
Statistik
10 Fragen
0 Antworten
RANG
198.330
of 297.016
REPUTATION
0
BEITRÄGE
10 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
80.0%
ERHALTENE STIMMEN
0
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
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 display all image in cell array using loop for each dimensions?
I have problem to display image using imshow,it does not show all image for each intensity difference from variable IntDiff_no ...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to plot graph using cell array or store the data into array to prepare it for plotting?
Hello,I store the data into cell array (which is zeta{i,IntDiff_no,Noise_no})and has difficulty to break them into smaller cell...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to improve the thresholding result ?
Hi, I faced problem in getting higher segmentation ratio. I used uppercase letter A at the center(white color) with the black ba...
mehr als 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to apply intensity difference of different level on the grayscale image?
I created an image of a single alphabet at the middle(in white) with its background in black.I changed its font size to 5 differ...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How do I solve imnoise error when inserting variables that store the single English alphabet and its background respectively which are logical image(which are binary image)??
Error using imnoise Expected input number 1, I, to be one of these types: uint8, uint16, double, int16, single Instead its typ...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to display subplot with multiple image with its own x and y axes ?
I use subplot to display multiple images ,but it does not show axis for each image in the subplot.How to show it? Here is the co...
mehr als 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to assign character to foreground and background in image?
Currently, I have an image with single letter in the middle it is white and background is black ,in grayscale. I managed to stor...
mehr als 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to separate the object from the background from the image
These are the images sample that I requires to separate the object (in this case it is the letter 'A' ) with its background an...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Is there a way to make the word in the image clearer?
w = 20; h = 20; blankImage= 255*ones(w,h,3,'uint8'); position_x = (w+1)/2; position_y = (h+1)/2; font_start = 10; font_end...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Unable to perform assignment because the size of the left side is 20-by-1 and the size of the right side is 20-by-20-by-3.
Hi, I need to make image with single letter. It needs to vary in terms of font size and noise using variance(later on) under the...
fast 4 Jahre vor | 1 Antwort | 0