Examples of opencv_dart
Share your examples by creating a pull request.
- texture_renderer, play videos using opencv_dart and texture_rgba_renderer
- face_grouping by @abdelaziz-mahdy, face detection and grouping using opencv_dart, also shows how to implement async using Isolates
- stitching, Image stitching
- videoio, video read and write demo
- flutter_toon_it by @abdelaziz-mahdy, transforms regular images into cartoonized versions using OpenCV.
- dnn_mnist, MNIST demo using OpenCV DNN
- texture_rgba_renderer, https://github.com/Kingtous/flutter_texture_rgba_renderer
- face_grouping, https://github.com/abdelaziz-mahdy/face_grouping