Israa Alqaraleh
Followers: 0 Following: 0
Statistik
10 Fragen
0 Antworten
RANG
291.796
of 295.495
REPUTATION
0
BEITRÄGE
10 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
30.0%
ERHALTENE STIMMEN
0
RANG
of 20.240
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.991
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 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
What should I do after this step to convert braille letters to a text using neural networks ?
<</matlabcentral/answers/uploaded_files/123453/sssssssssss.png>> should I crop these features(rectangles) and store each one ...
mehr als 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Error using imwrite Expected DATA to be non empty ???what is wrong with my code ???
what is the problem and the solution of this problem . if I removed the line of imwrite it works and framing all the letters b...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Error using imwrite Expected DATA to be nonempty ???
[m, n] = size(crop); [q,z] = size(crop); i = 1 ;%column j = 1 ; %row %figure(1),imshow(crop); hold on; s = 0 ; while(...
mehr als 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How can I remove all the spaces around braille dots ?
<</matlabcentral/answers/uploaded_files/95131/nnnn.jpg>>
etwa 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How can I draw a line between the origin of the document (upper left corner) and the last dot on the first line in this image ? the problem is that how to detect the position of that dot .
<</matlabcentral/answers/uploaded_files/83820/a.jpg>>
mehr als 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
I have this error msg (Matrix index is out of range for deletion. Error in tray1 (line 31) x1(:,rows) = []; ) what is the problem ????
[rows, columns] = size(x1); for col = 1 : columns sum = 0; for row = 1 : rows % Now get the mean over all values ...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I split objects (verso dots and recto dots) in Braille into 2 efferents images ?
<< <</matlabcentral/answers/uploaded_files/81796/c1.jpg>> >>
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how can i remove white spaces around this image ?
<</matlabcentral/answers/uploaded_files/81440/hh.jpg>>
mehr als 7 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how can I deskew this image ?
<</matlabcentral/answers/uploaded_files/81439/hh.jpg>>
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can i split 2 type of objects ( protrusions and depressions) in 2 different images ?
if true close all ; clear all; clc ; %% read the image i = imread('a.jpg'); %% convert to ...
mehr als 7 Jahre vor | 0 Antworten | 0