Lama Awawdeh
Followers: 0 Following: 0
Statistik
5 Fragen
0 Antworten
RANG
128.258
of 295.448
REPUTATION
0
BEITRÄGE
5 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
20.0%
ERHALTENE STIMMEN
0
RANG
of 20.227
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.872
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 plot the intensity profile along the horizontal line from edge to edge of the bar in the image?
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
hello, I need help on how to draw the line spread function of different imaging systems and then calculate the standard deviation for them in order to asses the systems quality. attached is a phantom that is imaged by one of the systems.
fast 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Hello, there is no error message regarding my code but the program is busy forever. what id the problem?
im = imread('retina.png'); im=rgb2gray(im); S=size(im); numR=S(1); numC=S(2); %now without edges %Voting Accumulator ...
fast 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how to apply the arithmetic mean filter to a medical image to improve it? I have wrote this code but it did not work, there is an error which I could not figure it out.
%arithmatic mean filter im=imread('chest.tif');%loading image figure,imshow(im); title('original'); [row col]=size(im);%stor...
fast 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
I wrote this code for detecting the edge of the image but the result is different that the built in function result. what is the problem ?
%Read the original RGB image. hand = imread('images.jpeg'); figure,imshow(hand); title('original image') %extract the gree...
fast 6 Jahre vor | 1 Antwort | 0