Lama Awawdeh
Followers: 0 Following: 0
統計
MATLAB Answers
5 質問
0 回答
ランク
of 155,037
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How to plot the intensity profile along the horizontal line from edge to edge of the bar in the image?
6年弱 前 | 1 件の回答 | 0
1
回答質問
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 ...
6年弱 前 | 2 件の回答 | 0
2
回答質問
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...
6年弱 前 | 2 件の回答 | 0
2
回答質問
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...
約6年 前 | 1 件の回答 | 0