interactive_shape_recognition 1.2.2 copy "interactive_shape_recognition: ^1.2.2" to clipboard
interactive_shape_recognition: ^1.2.2 copied to clipboard

Dart port of inkandswitch/interactive-shape-recognition, an implementation of "A Simple Approach to Recognise Geometric Shapes Interactively".

1.2.2 #

1.2.1 #

1.2.0 #

  • For performance, detectShape will automatically simplify its input points to a length of 500. You can change this by setting maxPoints to a different number or null: detectShape(points, maxPoints: null).

1.1.1 #

  • pub.flutter-io.cn score optimizations

1.1.0 #

  • Added the convenience functions DetectedShape.generateRectangle, DetectedShape.generateCircle, and DetectedShape.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

1.0.0 #

0
likes
160
points
30
downloads

Publisher

verified publisheradil.hanney.org

Weekly Downloads

Dart port of inkandswitch/interactive-shape-recognition, an implementation of "A Simple Approach to Recognise Geometric Shapes Interactively".

Homepage
Repository (GitHub)
View/report issues

Topics

#math #shape-recognition #polygons #js-port

Documentation

API reference

License

MIT (license)

Dependencies

area_polygon, convex_hull, flutter

More

Packages that depend on interactive_shape_recognition