Lama Awawdeh
Followers: 0 Following: 0
Estadística
5 Preguntas
0 Respuestas
CLASIFICACIÓN
128.258
of 295.448
REPUTACIÓN
0
CONTRIBUCIONES
5 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
20.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.872
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
How to plot the intensity profile along the horizontal line from edge to edge of the bar in the image?
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
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.
casi 6 años hace | 0 respuestas | 0
0
respuestasPregunta
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 ...
casi 6 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
casi 6 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
casi 6 años hace | 1 respuesta | 0