photo

Lama Awawdeh


Last seen: bijna 4 jaar ago Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
288.645
of 300.321

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
20.0%

VOTES RECEIVED
0

RANK
 of 20.913

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168.093

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


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 ...

bijna 7 jaar ago | 2 answers | 0

2

answers

Question


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...

bijna 7 jaar ago | 2 answers | 0

2

answers

Question


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...

bijna 7 jaar ago | 1 answer | 0

1

answer