Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 154 results for
handwriting
- Page 1
Handwriting Analysis
Community Center
Geeks' Lounge
18 Years Ago
by The Dude
… software to quickly analyze your own or a friend's
handwriting
. Based on your input, the computer will generate an accurate…
Re: Handwriting Analysis
Community Center
Geeks' Lounge
18 Years Ago
by Infarction
… writing too though, and while I'd not claim my
handwriting
to be particularly neat, it's definitely readable.
Re: Handwriting Analysis
Community Center
Geeks' Lounge
18 Years Ago
by christina>you
I write in cursive every single day... but then again I'm in high school and take a lot of notes too ;) I took the
handwriting
analysis test tho. It was pretty cool.
Re: handwriting character recognition
Programming
Software Development
9 Years Ago
by LaxLoafer
… closed or open source software that can manage to recognize
handwriting
with any reasonable degree of accuracy. Even clearly printed text… it might never happen - I wouldn't be surprised if
handwriting
becomes obsolete over the next decade.
Re: Handwriting Analysis
Community Center
Geeks' Lounge
18 Years Ago
by Infarction
hm, I'd do that but I don't write in cursive... :(
Re: Handwriting Analysis
Community Center
Geeks' Lounge
18 Years Ago
by mattyd
[quote=Infarction;320188]hm, I'd do that but I don't write in cursive... :([/quote] No cursive here, either. Does anyone still write in cursive on a normal basis anymore?
Re: Handwriting Analysis
Community Center
Geeks' Lounge
18 Years Ago
by Infarction
Some people do. Cursive for some people is closer to shorthand and done in a single flowing motion, so they can write things faster.
Re: Handwriting Analysis
Community Center
Geeks' Lounge
18 Years Ago
by mattyd
[quote=Infarction;320253]Some people do. Cursive for some people is closer to shorthand and done in a single flowing motion, so they can write things faster.[/quote] Yes, that makes sense. Thanks.;) Matty
Re: Handwriting Analysis
Community Center
Geeks' Lounge
18 Years Ago
by lasher511
[quote=mattyd;320198]No cursive here, either. Does anyone still write in cursive on a normal basis anymore?[/quote] I only ever write in cursive i learnt how to write in a school where all work had to be done in cursive after year 3 so im more in the habbit of writing in cursive now then i am printing.
Re: Handwriting Analysis
Community Center
Geeks' Lounge
18 Years Ago
by mattyd
I think it good that children learn to write cursive-- it curbs the habit of writing sloppily; the older I got, though, the more I moved away from it. All the hours spent forming graceful loops on lined-paper lost it seems (like so much else in grade and high school, IMO). By my teens and Twenties, cursive writing was fully extinct in my hand (…
Re: Handwriting Analysis
Community Center
Geeks' Lounge
18 Years Ago
by The Dude
I dont write in Cursive but i did write some sentences for this quiz in Cursive :)
Re: Handwriting Analysis
Community Center
Geeks' Lounge
18 Years Ago
by lasher511
I dont normally acctually write but the main reason i do still write in cursive is because we got in big trouble with our teacher when we did not write in perfect cursive so every time i try printing my mind sort of goes nope i your not gonna do that not after all that work. Ironically though we also got in trouble for writing too slow.
Re: Handwriting Analysis
Community Center
Geeks' Lounge
18 Years Ago
by WaltP
Back to original topic, not writing cursive is informative in graphoanalysis. They should allow it... And returning to 'off-topic', I also no longer use cursive (stopped in about 7th or 8th grade) but 90+% of the people I run into still use it. It's far from dead...
Re: Handwriting Analysis
Community Center
Geeks' Lounge
18 Years Ago
by mattyd
[quote=WaltP;321190] but 90+% of the people I run into still use it. It's far from dead...[/quote] "Use it" as in [I]everyday in all cases[/I]? That's very interesting.
Re: Handwriting Analysis
Community Center
Geeks' Lounge
18 Years Ago
by WaltP
[QUOTE=mattyd;321193]"Use it" as in [I]everyday in all cases[/I]? That's very interesting.[/QUOTE] Yes.... ;)
handwriting recognition
Programming
Software Development
15 Years Ago
by dima shawahneh
hiii Im searching for a method or an algorithm that can help me in finding number of holes in an image this image is basically for a letter like "D" "B" --->number of holes can distinguish between those letters.. this will help me alot in my project if it works any suggestion .. i would appreciate it thanks ..
Re: handwriting recognition
Programming
Software Development
15 Years Ago
by Ramy Mahrous
Just look at the 2nd reply [url]http://stackoverflow.com/questions/850717/what-are-some-popular-ocr-algorithms[/url] and see how they implement OCR...
Re: handwriting recognition
Programming
Software Development
15 Years Ago
by dima shawahneh
Thanks Ramy,, I looked to the link ,, it is really useful but im implementing these steps but with different algorithms for classification.. so that again im asking the same question but in another way... [B]how can we detect the existence of closed curve in an image[/B] any help would be appreciated
Re: handwriting recognition
Programming
Software Development
15 Years Ago
by Ramy Mahrous
Sorry Dima I didn't make it before but I'm trying to help I search and I found this book [B]Mathematical Tools in Computer Graphics with C# Implementations By Alexandre Hardy, Willi-Hans Steeb[/B] and I think it has the answer can you please take a look on [url]http://books.google.com.eg/books?id=IGtIWmM2GWIC&pg=PA164&lpg=PA164&dq=…
handwriting character recognition
Programming
Software Development
9 Years Ago
by ParPau
All, I am wanting to be able to "read" hand writing. I have managed to get the hand written characters from papers. I now - to the computer - have just pixels on paper (output is in .pdf format). I want to have the computer be able to convert the pixels into letters and numbers, then into words that can be read/analyzed by the computer.…
Handwriting recognition database sought
Programming
Software Development
9 Years Ago
by ParPau
Dear All, I am trying my hand at a hand writing recognition tool. I managed to find a database of numeric characters on the internet; [http://www.codeproject.com/Articles/16650/Neural-Network-for-Recognition-of-Handwritten-Digi] Does anyone know of or have (and willing to share) or lead me to a database of alphabetical hand writing characters ? …
Re: Handwriting recognition database sought
Programming
Software Development
9 Years Ago
by rproffitt
This may or may not apply. I built a demo app years ago that worked to capture on the fly hand or print information to categorize images. While I can't tell all I did use Tesseract and Netpbm to dig through images for the information I was looking for. It was a fun thing since we used a simple camera with an EyeFi card that made it easy to take …
Re: Handwriting recognition database sought
Programming
Software Development
9 Years Ago
by ParPau
Interesting. Just read abstract. Will print and follow up. It quickly looks as if they built their own data set. The article also talks about tesserect . It also seems this was in 2009. I'll need to look up current articles. I'll also keep searching for databases. Thanks !
help with coldfusion forms
Programming
Web Development
17 Years Ago
by muddpigeon
…;Tahoma, Courier, Courier New, Lucida Console, Lucida
Handwriting
, Lucida Sans Typewriter, Lucida Sans Unicode">…, Courier, Courier New, Lucida Console, Lucida
Handwriting
, Lucida Sans Typewriter, Lucida Sans Unicode">…Tahoma, Courier, Courier New, Lucida Console, Lucida
Handwriting
, Lucida Sans Typewriter, Lucida Sans Unicode">…
help meeee??
Programming
Web Development
17 Years Ago
by muddpigeon
…;Tahoma, Courier, Courier New, Lucida Console, Lucida
Handwriting
, Lucida Sans Typewriter, Lucida Sans Unicode">…, Courier, Courier New, Lucida Console, Lucida
Handwriting
, Lucida Sans Typewriter, Lucida Sans Unicode">…Tahoma, Courier, Courier New, Lucida Console, Lucida
Handwriting
, Lucida Sans Typewriter, Lucida Sans Unicode">…
Disappointing technologies
Community Center
15 Years Ago
by GuyClapperton
… it still hasn't schlepped to Europe. 5.
Handwriting
recognition: Absolutely hates my
handwriting
. End of. 6. The NeXT cube: Remember that…
YUI rich text editor. How to Get Html text from the editor.
Programming
Web Development
13 Years Ago
by ravisangam
…><font size= "32" face="lucida
handwriting
" color="#6495ed">Blogzine</font>…><font size= "32" face="lucida
handwriting
" color="#6495ed">Blogzine</font>…
Owh. lala~ I got private message request me to introduce myself.. :p
Community Center
Say Hello!
13 Years Ago
by me_mie
… in my final year project tittled "SCREENING TOOL FOR
HANDWRITING
DIFFICULTY" which the objective to screen the child who… at risk of
handwriting
difficulty such as dysgraphia.. anyone who interested to know more…
Re: Mouse Cursor Image
Programming
Software Development
19 Years Ago
by hooknc
… = Toolkit.getDefaultToolkit(); Image image = toolkit.getImage("icons/
handwriting
.gif"); Cursor c = toolkit.createCustomCursor(image , newPoint(…toolkit = Toolkit.getDefaultToolkit(); Image image = toolkit.getImage("icons/
handwriting
.gif"); Cursor c = toolkit.createCustomCursor(image , new …
Re: Uninstalling Windows Toshiba softwares
Hardware and Software
Microsoft Windows
15 Years Ago
by djmabeizy
… (I have a Toshiba Tablet Portege M400 I think) And
handwriting
analysis for Tablet PC. and many more. I'm afraid… for fun. First of all the reason why you have
handwriting
analysis Basically, the input panel will constantly re-analyze the…
1
2
3
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC