interactive_shape_recognition 1.1.1
interactive_shape_recognition: ^1.1.1 copied to clipboard
Dart port of inkandswitch/interactive-shape-recognition, an implementation of "A Simple Approach to Recognise Geometric Shapes Interactively".
1.1.1 #
- pub.flutter-io.cn score optimizations
1.1.0 #
- Added the convenience functions
DetectedShape.generateRectangle
,DetectedShape.generateCircle
, andDetectedShape.generateLine
to generate the perfect shape for the given points. You can see this in action in the online demo.
1.0.1 #
- pub.flutter-io.cn score optimizations