abdelrahim hashem
Followers: 0 Following: 0
Math. Dept.,
Faculty of Science,
Assiut Univ.,
Assiut, Egypt
Statistica
RANK
98.886
of 295.689
REPUTAZIONE
0
CONTRIBUTI
9 Domande
2 Risposte
ACCETTAZIONE DELLE RISPOSTE
11.11%
VOTI RICEVUTI
0
RANK
of 154.317
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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??
quasi 7 anni fa | 0 risposte | 0
0
risposteDomanda
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.
circa 7 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
circa 7 anni fa | 1 risposta | 0
1
rispostaI need to correct this code to fill each connected component in the image New_bw
<</matlabcentral/answers/uploaded_files/96007/resturant.jpg>>
circa 7 anni fa | 0
Domanda
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);...
circa 7 anni fa | 3 risposte | 0
3
risposteDomanda
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
circa 7 anni fa | 1 risposta | 0
1
rispostaCounting 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))) ...
circa 7 anni fa | 0
Domanda
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...
circa 7 anni fa | 0 risposte | 0
0
risposteDomanda
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 ...
circa 7 anni fa | 0 risposte | 0
0
risposteDomanda
What is the Steerable Filters? and How can I compute it?
I need to compute the steerable filter on some image.
circa 7 anni fa | 0 risposte | 0
0
risposteDomanda
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.
circa 7 anni fa | 2 risposte | 0