Statistiques
RANG
36 625
of 295 467
RÉPUTATION
1
CONTRIBUTIONS
17 Questions
2 Réponses
ACCEPTATION DE VOS RÉPONSES
47.06%
VOTES REÇUS
1
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 912
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
How do you segment the image horizontally?
Hello sir, i used your code for line segmentation ,but for the below form its not working!! what changes should i make in order...
plus de 8 ans il y a | 0
Question
How to thin the image so as to make the thickness of the image to one pixel wide?
Hello,i have an image and i want to thin that word image so as to make the thickness of each word to one-pixel wide to make the...
presque 9 ans il y a | 2 réponses | 0
2
réponsesQuestion
how to put bounding box for single letter image?
Hello, i have a single letter image and if i apply bounding for it,i am getting only one box. <</matlabcentral/answers/upload...
presque 9 ans il y a | 1 réponse | 0
1
réponseQuestion
Error using stem (line 44) X must be same length as Y while using eigen values.
Hello, i am trying to recognize the characters using eigen values concept, but im getting the following error. Error using...
presque 9 ans il y a | 1 réponse | 0
1
réponseQuestion
how to segment/crop words from a line in an image in matlab?
Hello, Im trying to segment/crop words from the line in an image.(this line is obtained by segmenting line from paragraph) H...
presque 9 ans il y a | 3 réponses | 0
3
réponsesQuestion
How to segment handwritten cursive characters using vertical projection profile??
Hello, I need to segment the cursive handwritten characters.for this i'm first doing preprocessing.i.e.COMPLEMENT OF BINARY WIT...
presque 9 ans il y a | 1 réponse | 0
0
réponseQuestion
How to skew the line which is in the image?
<</matlabcentral/answers/uploaded_files/42099/thirdline.jpg>> i have this slant line to appear straight!how do i achieve this...
presque 9 ans il y a | 1 réponse | 0
1
réponseQuestion
how to obtain the gray level values of the image pixels??
I'm doing handwriting analysis,for that one feature is to identify the pressure.For the analysis of pen pressure, Mean gray leve...
presque 9 ans il y a | 1 réponse | 0
1
réponseQuestion
how to obtain the space between two words in a given sentence?
<</matlabcentral/answers/uploaded_files/41988/secondline.png>> Hello, I want to obtain the space between the two words in th...
presque 9 ans il y a | 2 réponses | 1
2
réponsesQuestion
How to segment an image containing text?
I have an image containing paragraph,how do i segment that paragraph into separate lines?? i mean the paragraph should be segmen...
environ 9 ans il y a | 1 réponse | 0
1
réponseQuestion
DNA encryption algorithm-cryptography
I am implementing DNA encryption algorithm: This is what i'm doing..Taking the user input converting it to ATGC format and se...
environ 9 ans il y a | 1 réponse | 0
1
réponseQuestion
Which is better?converting hexadecimal to string directly or first converting hexa to decimal and then from decimal to string?
i have a variable containing hex value..eg:con=63727970746F,now it should be converted to string..How do i do that? Please note...
environ 9 ans il y a | 1 réponse | 0
1
réponseQuestion
convert hexadecimal to string
i have con = 63727970746F,that is hexadecimal code..When converted to string it should give crypto..How to code for this? con w...
environ 9 ans il y a | 2 réponses | 0
2
réponsesQuestion
converting binary to hexadecimal
bin_str = input('Enter binary number: ', 's'); i = length(bin_str); disp(i); n = ceil(i/4); disp(n); for g = ...
environ 9 ans il y a | 2 réponses | 0
2
réponsesQuestion
How to send an array from client to server ?
I am implementing cryptographic algorithm(DNA encryption algorithm).for that i'm using 2 matlab terminals,one acting as client a...
environ 9 ans il y a | 2 réponses | 0
2
réponsessend data from one computer to an other computer using matlab via internet.
Hi i want to send array from one matlab terminal to other! how do i do that? Please help me Refer the below link pls: <...
environ 9 ans il y a | 0
Question
Encoding Binary to DNA sequencing
I am trying to convert the string into binary and sequencing with DNA,but i am getting error as follows : Attempted to acc...
environ 9 ans il y a | 1 réponse | 0
1
réponseQuestion
Decoding DNA sequence into binary
I have a sequence TGACTCAGTCGTTCAATCTATGCC, how to write code in matlab to convert it into binary? Please help me..Thank you
environ 9 ans il y a | 5 réponses | 0
5
réponsesQuestion
Binary to DNA sequence encoding - matlab
I am implementing DNA encryption algorithm. For that, I have a vector containing binary values such as: 01100011 01110...
environ 9 ans il y a | 1 réponse | 0