Community Profile

photo

abdelrahim hashem


Active since 2017

Followers: 0   Following: 0

Message

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

Statistics

  • First Answer
  • Thankful Level 1

View badges

Feeds

View by

Question


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

mer än 6 år ago | 0 answers | 0

0

answers

Question


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.

mer än 6 år ago | 1 answer | 0

1

answer

Question


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

mer än 6 år ago | 1 answer | 0

1

answer

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

mer än 6 år ago | 0

Question


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

mer än 6 år ago | 3 answers | 0

3

answers

Question


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

mer än 6 år ago | 1 answer | 0

1

answer

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

mer än 6 år ago | 0

Question


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

mer än 6 år ago | 0 answers | 0

0

answers

Question


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

mer än 6 år ago | 0 answers | 0

0

answers

Question


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

mer än 6 år ago | 0 answers | 0

0

answers

Question


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.

mer än 6 år ago | 2 answers | 0

2

answers