photo

abdelrahim hashem


自 2017 起处于活动状态

Followers: 0   Following: 0

消息

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

统计学

  • 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??

6 years 前 | 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.

6 years 前 | 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 ...

6 years 前 | 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>>

6 years 前 | 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);...

6 years 前 | 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

6 years 前 | 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))) ...

6 years 前 | 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...

6 years 前 | 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 ...

6 years 前 | 0 个回答 | 0

0

个回答

提问


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

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

7 years 前 | 2 个回答 | 0

2

个回答