Statistik
12 Fragen
0 Antworten
RANG
212.755
of 301.153
REPUTATION
0
BEITRÄGE
12 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
33.33%
ERHALTENE STIMMEN
0
RANG
of 21.182
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 173.067
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 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
How to calculate smoothness and uniformity in mammography analysis( feature extraction)
a=imread('malignant01.gif'); level = graythresh(a); BW = im2bw(a,level); imshow(BW); Area= bwarea(BW); Mean= mean2(BW); s ...
fast 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
i am getting error index exceeds matix dimension in line 23
RGB =imread('image.jpg'); hsv= rgb2hsv(RGB); imshow(hsv); r1=0.1; r2=0.85; i= 0:20:240; s= 0.0:0.2:1.0; w...
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I am getting error "The length of X must match the number of rows of Y."
RGB =imread('image.jpg'); hsv= rgb2hsv(RGB); imshow(hsv); r1=0.1; r2=0.85; i= 0:20:240; s= 0.0:0.2:1.0; w...
etwa 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to make equal rows to plot histogram
RGB =imread('image.jpg'); hsv= rgb2hsv(RGB); imshow(hsv); r1=0.1; r2=0.85; i= 0:20:240; s= 0.0:0.2:1.0; wgray = 1 - bs...
etwa 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how to plot graph
RGB =imread('image.jpg'); hsv= rgb2hsv(RGB); imshow(hsv); r1=0.1; r2=0.85; i= 0:20:240; s= 0.0:0.2:1.0; w...
etwa 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how to calculate partial derivative
RGB =imread('image.jpg'); hsv= rgb2hsv(RGB); imshow(hsv); r1=0.1; r2=0.85; i= 0:20:240; s= 0.0:0.2:1.0; w...
etwa 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
i want mcode for local adaptive thresholding
In order to extract mass i need this code..The image i have taken is mammogram of breast cancer. <</matlabcentral/answers/upl...
etwa 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
i want to perform average thresholding
RGB =imread('mammogram.jpg'); hsv=rgb2hsv(RGB); imshow(hsv); i= 0:20:240; r1=0.1; r2=0.85; s= 0.8; wgray1...
etwa 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
i am getting error in line 35
RGB =imread('mammogram.jpg'); hsv=rgb2hsv(RGB); imshow(hsv); i= 0:20:240; r1=0.1; r2=0.85; s= 0.8; wgray1...
etwa 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I am getting error matrix demension does not agree
RGB =imread('mammogram.jpg'); hsv=rgb2hsv(RGB); imshow(hsv); i= 1:20:120; r1=0.1; r2=0.85; s=0.8; wgray=1...
etwa 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
code for average thresholding
averge thresholding is to extract average part of mass
etwa 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
i need code for hsv weight function ( based on saturation and intensity)
RGB= imread('image.jpg'); hsv =rgb2hsv(RGB); AFTER THIS I NEED TO CALCULATE HSV WEIGHT FUNCTION.
etwa 10 Jahre vor | 1 Antwort | 0
