Questions tagged [handwriting]

Handwriting is a person's particular and individual style of writing with pen or pencil.

Handwriting is a person's particular and individual style of writing with pen or pencil. Handwriting is distinct from "hand" or script which is any impersonal and formalised writing style in several historical varieties. The handwriting represents the uniqueness of a specific person.

114 questions
1
vote
0 answers

How do I use a third party Handwriting application as input to a web database?

A client, doctor, wants an android tablet application where he can see the patient registered, use a stylus to handwrite a medical review about the patient, and the app saves the handwritten comments without converting them, to the patient's file in…
Geebee
  • 11
  • 3
1
vote
1 answer

Using MNIST DATABASE for digits recognition.

I am trying to use the MNIST DATABASE in order to recognize hand written digits. What I have so far is a binary matrix that represents the digit , the algorithm is written in matlab . I would love some help on getting started with using the MNIST…
user2339198
  • 69
  • 2
  • 6
1
vote
1 answer

Separating hand written numbers on a squared paper form its background

I am new in matlab and I am trying to write a code that can separate hand written numbers form a squared page background. I have tried using kmeans to differ the numbers from the lines and the squers , but it doesn’t work on all images . Any…
1
vote
1 answer

How to get position (x,y) and number of particular objects or shape in a handdrawing image?

first, I've learning just couple of week about image processing, NN, dll, by myself, so I'm really new n really far to pro. n sorry for my bad english. there's image or photo of my drawing, I want to get the coordinates of object/shape (black dot) n…
1
vote
1 answer

Which features can i use for handwritten OCR other than a downsampled binary grid of the image?

Hi I have been searching though research papers on what features would be good for me to use in my handwritten OCR classifying neural network. I am a beginner so I have been just taking the image of the handwritten character, made a bounding box…
Zach
  • 1,311
  • 3
  • 16
  • 36
1
vote
2 answers

3x3 Sobel operator and gradient features

Reading a paper, I'm having difficulty understanding the algorithm described: Given a black and white digital image of a handwriting sample, cut out a single character to analyze. Since this can be any size, the algorithm needs to take this into…
pithyless
  • 1,659
  • 2
  • 16
  • 31
1
vote
1 answer

Handwriting recognition in java

I am looking to use handwriting recognition and OCR in a piece of software I have made. I was wondering if anyone knows of any (up to date) packages that do OCR or handwriting recognition. I am looking more for free packages, but I would also be…
Reid
  • 4,376
  • 11
  • 43
  • 75
1
vote
1 answer

hand writing recognition in c# metro style app

I am developing a note taking application. I want a user to write anything on canvas with InkManager of "Windows.UI.Input.Inking". Then I want to display it as text onto canvas and then I want to save those recognized text in either text or image…
Xyroid
  • 463
  • 5
  • 19
1
vote
2 answers

Chinese handwriting recognition library for android

Does anyone know a free Chinese handwriting engine? I already check this question: Where can I find a Free Chinese Handwritten Recognition engine for Android/IPhone? On the tegaki website I see that android is supported. However I can't find any…
Xazen
  • 822
  • 2
  • 12
  • 26
1
vote
2 answers

character recognition in Java

I have a new project that invloves on-line character recognition (recognizing characters as they are written). My idea is that each character is defined by a number of strokes that fit a mathmatical model. For instance, 'A' could be defined by three…
Joseph Burley
  • 373
  • 1
  • 6
  • 14
1
vote
0 answers

Trying to animate text in wpf like its being written out by hand

I'm trying to animate text using Blend so the visibility of a text block will appear in such a way that it looks like its being hand written. I tried creating a storyboard and then turned my textblock into a path, and then converted that back and…
james
  • 408
  • 7
  • 22
0
votes
1 answer

Stylus pen in Android

I wish to implement a stylus pen in my android application. i.e a user can write the text and it should be displayed in a text box. I have no idea how it works or where to start with implementing this. Are you able to provide guidance. Are there any…
hemanth
  • 191
  • 1
  • 2
  • 7
0
votes
1 answer

how to create curve for lines when handwriting

I'm creating an app, and in one part, I'm trying to implement hand-writing. I've used an imageView to write on, which will be saved and sent to a server as a pdf. I have implemented touch begin, move and end, and using contextAddLineToPoint, I can…
Septronic
  • 1,156
  • 13
  • 32
0
votes
1 answer

How do I implement scribble view in OpenGL in android?

I have an android application. I want to use OpenGL to render my images and add effects. also I want a separate view where user can scribble on. I want the background color of the view to be transparent. I also want to zoom in and out as I zoom in…
nits.kk
  • 5,204
  • 4
  • 33
  • 55
0
votes
2 answers

Offline Handwriting Recognition app through pattern matching in Android

I'm thinking about developing an application for offline Handwriting Recognition using neural network. I want to develop an application that will help me first train the system by taking in patterns from the user, and matching them to certain…
Kazekage Gaara
  • 14,972
  • 14
  • 61
  • 108