OpenCV C++ in Flutter using Isolate for background processing

Описание к видео OpenCV C++ in Flutter using Isolate for background processing

In this video we will see how to process real-time camera frames using OpenCV and C++ inside a Flutter app, both on Android and iOS.
We will also see how to run the image processing pipeline on a separate Dart Isolate (background thread).

GitHub: https://github.com/ValYouW/flutter-op...
The OpenCV code we use in this tutorial is an Aruco Detector which can be found here: https://github.com/ValYouW/ArucoDetector
Writing a custom Aruco Detector tutorial:    • Custom Aruco detection and pose estim...  
In-depth OpenCV on Android:    • OpenCV on Android native with C++  

Комментарии

Информация по комментариям в разработке