photo

abdelrahim hashem


2017 年からアクティブ

Followers: 0   Following: 0

Math. Dept.,
Faculty of Science,
Assiut Univ.,
Assiut, Egypt

統計

MATLAB Answers

9 質問
2 回答

ランク
152,155
of 300,829

評判
0

コントリビューション
9 質問
2 回答

回答採用率
11.11%

獲得投票数
0

ランク
 of 21,088

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,210

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • First Answer
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


What is complex image and how can I compute/measure the complexity of image in MAtLab??
I have some images, I need to design a metric to compute/measure the complexity of image??

約8年 前 | 0 件の回答 | 0

0

回答

質問


How can I delete non-connected contour from binary image??
I have binary image containing many contours, I need to delete discontinuous contours and keep those are connect.

約8年 前 | 1 件の回答 | 0

1

回答

質問


How can I use the imdilate() with structuring element 'ball'?
when I try to check the function imdilate(), I get error "Function imdilate cannot perform dilate a binary image with a nonflat ...

約8年 前 | 1 件の回答 | 0

1

回答

回答済み
I need to correct this code to fill each connected component in the image New_bw
<</matlabcentral/answers/uploaded_files/96007/resturant.jpg>>

約8年 前 | 0

質問


I need to correct this code to fill each connected component in the image New_bw
clear all; i = imread('resturant.jpg'); g = rgb2gray(i); Canny_g = edge(g,'Canny'); bw = im2bw(g);...

約8年 前 | 3 件の回答 | 0

3

回答

質問


how can I connect two or more connected components in binary image?
after I get connected components for binary image, I need to merge two or more connected components to be one CC

約8年 前 | 1 件の回答 | 0

1

回答

回答済み
Counting frequency of occurrence in matrix
x = [22 23 24 23; 24 23 24 22; 22 23 23 23]; un_x = unique(x); for i = 1:length(un) un(i), length(find(x == un_x(i))) ...

約8年 前 | 0

質問


How can I recognize the distribution of part of window, if this window bimodality or no?
I have some image. I divide this image into windows, say the size of 32x32. I need to determine if the pixels in this window und...

約8年 前 | 0 件の回答 | 0

0

回答

質問


How can I combine the two or more bounding boxs resulted from regionprops function in MatLab?
I work on text localization from scene images, each character results in separated bounding Box after I use connected component ...

約8年 前 | 0 件の回答 | 0

0

回答

質問


What is the Steerable Filters? and How can I compute it?
I need to compute the steerable filter on some image.

約8年 前 | 0 件の回答 | 0

0

回答

質問


How can I classify the image pixels into two classes only using Kmeans algorithm?
I have gray-level image, I need to use Kmeans in MatLab to convert this image into binary image.

約8年 前 | 2 件の回答 | 0

2

回答