one_dollar_unistroke_recognizer 0.3.1 one_dollar_unistroke_recognizer: ^0.3.1 copied to clipboard
The $1 Unistroke Recognizer, a 2D single-stroke recognizer. This is a Dart port of the original JavaScript implementation.
0.3.1 #
- Scores can now only be between 0 and 1. Would-be negative scores are interpreted to mean that the stroke is not recognized, so
null
is returned.
0.3.0 #
- Added functions to
RecognizedUnistroke
to get a "perfect" shape from the user's stroke: seeRecognizedUnistroke.convertToCanonicalPolygon
andRecognizedUnistroke.convertToCircle
.
0.2.0 #
- Recognize custom unistrokes by setting the
referenceUnistrokes
variable, or by passing theoverrideReferenceUnistrokes
parameter torecognizeUnistroke
.
0.1.1 #
- feat: Added a web demo here: https://adil192.github.io/one_dollar_unistroke_recognizer.
- feat: You can see the list of possible outputs in
knownUnistrokesNames
. - fix: Strokes that are too short are ignored.
0.1.0 #
- Initial release.
- TODO: Allow adding custom unistrokes.