Tagged Questions

2
votes
2answers
112 views

How to recognize mathematical symbols using recognizer classes?

I am doing a project for tablet based pc's where the user would write an equation to be solved. The problem is that the recognizer classes that I am using, InkAnalyzer, cannot recognize root signs ...
2
votes
1answer
467 views

Hand written character recognition using neural network

i need some guide lines and help to develop this ANN. i don't have any past experience with neural networks and this is little bit hard for me. i want to recognize handwriting using this.. any help ...
2
votes
1answer
330 views

IACore.dll, IAWinFX.dll, IALoader missing

I have installed the Microsoft Windows SDK for Windows 7 and .NET Framework 4 through this link ( ...
1
vote
1answer
82 views

Separating lines in Microsoft Ink

Using Mircosoft.Ink, when I have a RecognizerContext rec, how can I separate the different lines? I need to get the text that was written per line and not everything together when I call ...
0
votes
1answer
643 views

Is Microsoft ink and handwriting recognition built into all Windows 7 deployments?

I am trying to add handwriting recognition to my application, I see that with Windows XP the end user needs to have the Tablet PC edition for the recognition to work. However it is a little ...
0
votes
1answer
117 views

Handwriting Controls similar to Journal

We are looking for a handwriting control with similar functionality as journal. We would use journal if I could find a way to embed it into a winform. We used Agilix Infinotes however it is buggy ...
0
votes
1answer
144 views

Accurate BoundingBox on Microsoft ISF?

I have a set of Microsoft ISF (Ink Serialized Format) images, which I am attempting to convert to PNGs to include in a web page. I have successfully used the C# package Microsoft.Ink to draw the ink ...