|
| | |||||||
| Tablet PC Developers Show off your work while discussing with others how to create ink enabled applications. |
| | LinkBack | Thread Tools |
| |||
| Calculating the Size of letters, Breaking down stroke information Is there any way that a letter can be broken down into coordinate values so that it can be determined if the letter is to big, small, wide or thin? Also, I was curious if there was a way that stroke information could be broken down so that if you were writing a letter you could determine if they were writing the letter correctly i.e. if they were writing the letter 'i' you would be able to tell they did a single stroke for the base of the letter and a dot for the 'i' or if they were writing the letter 'a' they were to have written the letter around. down and a tail on the end, something to that effect? Comments? Examples would be very helpful. |
| |||
| Re: Calculating the Size of letters, Breaking down stroke information Actually the recognizer doesn't identify any segment smaller than a word. The best you can do is use InkAnalyzer to get an AnalysisRegion for a recognized ContextNode and from that, call its GetRegionScans method to get an array of rectangles that make up the various "islands" of ink. But this won't work for cursive and it will find two scans for a letter such as a lowercase i. In short, it won't do what you want it to do. In order to get recognition results at the letter-level you need to collect it that way into separate boxes. This is how the input panel does it. -- Josh Einstein (Tablet PC MVP) Einstein Technologies Tablet Enhancements for Outlook - Try it free: www.tabletoutlook.com "U of M GradMan" <UofMGradMan@discussions.microsoft.com> wrote in message news:686CABFF-1041-48F6-BDB9-7389BA50392E@microsoft.com... > Is there any way that a letter can be broken down into coordinate values > so > that it can be determined if the letter is to big, small, wide or thin? > Also, I was curious if there was a way that stroke information could be > broken down so that if you were writing a letter you could determine if > they > were writing the letter correctly i.e. if they were writing the letter 'i' > you would be able to tell they did a single stroke for the base of the > letter > and a dot for the 'i' or if they were writing the letter 'a' they were to > have written the letter around. down and a tail on the end, something to > that > effect? > > Comments? Examples would be very helpful. |
| Bookmarks |
| Thread Tools | |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Microsoft.Ink.Stroke.Id equivalent for System.Windows.Ink.Stroke? | Christian Stapfer | Tablet PC Developers | 0 | 11-28-2008 09:17 PM |
| Font Size vs Magnification Size vs Text Box Size vs. Print Size | Tier 3 Questions | Microsoft OneNote | 3 | 04-15-2008 07:00 PM |
| how do I measure the size of SVI/system volume information? | jameshanley39@yahoo.co.uk | Windows XP | 5 | 03-12-2008 12:00 PM |
| Stroke with no packets | Ravi | Tablet PC Developers | 3 | 07-08-2007 11:32 PM |
| Erasing stroke segments | Josef Meile | Tablet PC Developers | 3 | 06-28-2007 08:40 AM |
| New To Technology Questions? | Do You Need Help with Your Computer or Device? | Do You Need Help with this site? |