photo

Abdelrahiem Hashem


Aktiv seit 2016

Followers: 0   Following: 0

Statistik

MATLAB Answers

18 Fragen
1 Antwort

RANG
226.172
of 300.857

REPUTATION
0

BEITRÄGE
18 Fragen
1 Antwort

ANTWORTZUSTIMMUNG
16.67%

ERHALTENE STIMMEN
0

RANG
 of 21.097

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 171.361

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


which filter the function "imgradientxy" use ??
I use function "imgradientxy", but I need to know which filter it uses? and the difference between it and the function "imgradie...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


which filter the function "imgradientxy" use ??
I use function "imgradientxy", but I need to know which filter it uses? and the difference between it and the function "imgradie...

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


what is the difference in usage between function im2bw(Image) and im2bw(Image,graythresh(Image))?
I used the default of the function im2bw without additional parameter, and I used im2bw by adding Otsu threshold to the function...

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How can I use function filter in Matlab?
I need to use filter function in MatLab to choose some values from number of values

fast 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


how can I detect closed contour in edge map of image?
after I get edge map using Canny edge, I need to get the closed contour.

fast 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I make bounding box around each letter in image containing text?
I have scene image with text, I need to make bounding box for each letter not for whole text.

etwa 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How can I compare two strings with different size/length in MatLab?
I have two strings with different length, say "Tiredness" and "Tired", I need to count the common letters between them?

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I need to read from text file in matlab but I need only read the word, not the number.
each line in file text contains numbers and word, I need to read the word only.

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


the function "ocr" do not work in MatLab 2013, what can I do?
I need to use built-in function to recognize text from image but the command "ocr" do not work, it is undefined.

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How I store/save the window figure out from running some codes?
I run my code and I need to save the form containing the output like images or functions to open them without using MatLab.

mehr als 9 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


How to change one dinmension list to two dimensions array with function "ind2sub"?
I have a vector but I need to construct a new array nXm and take his elements from the vector using "ind2sub" fuction

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


What is components of output of the function "detectMSERFeatures?
I need to use function named "detectMSERFeatures" but I can not find complete definition to its outputs.

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I use Baysian rule as a classifier?
I have a huge amount of data and I need to classify them using Bayesian rule into two classes. I know the class label of two cla...

mehr als 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How can I detect the paralles lines in binary image?
I have gray scale image, after I convert to binary image I need to extract the parallel lines in the image to remove on of them....

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How can I compute the direction of gradient at each pixel of an image I ??
I established matrix im0 and try to understand the values in Gmag and Gdir but I can not.!!?? im0=[110 54 36 255 0;255 255 ...

mehr als 9 Jahre vor | 0

Frage


How can I compute the direction of gradient at each pixel of an image I ??
I need MatLab code to compute gradient direction atan(y/x) for image at each pixel

mehr als 9 Jahre vor | 4 Antworten | 0

4

Antworten

Frage


How can I store the output of several of structures produced from "bwconncomp" ?
I have an image and divide this image into blocks, I apply connected component function called "bwconncomp" to each block, I nee...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Why command "edge" do not working with argument "canny"??
bw1 = edge(I,'canny'); I need to use canny edge but it is not working as "sobel" and "prewitt" in previous command!!

mehr als 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


how can I access to pixels of objects produced by connected componenets function?
when I use built-in function "bwconncomp" in matlab, I don't know which objects black and white it is produced as an target obje...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort