The flutter_toon_it is a Flutter-based image processing application that transforms regular images into cartoonized versions using OpenCV. The app supports both dark and light modes, and users can adjust image processing parameters through interactive sliders.
- Cartoonizes images with grayscale, blurring, and edge detection techniques.
- Sliders to adjust blur intensity and threshold values dynamically.
- Processes image steps left-to-right with arrows indicating progress.
- Dark mode support for a better viewing experience.
- Clone the repository.
- Install dependencies by running
flutter pub get
. - Ensure OpenCV Dart dependencies are installed.
- Run the app using
flutter run
.
- Pick an image from your gallery.
- Adjust the sliders to customize the cartoonization effect.
- View processing steps and final cartoonized image.
This app is an example of combining image processing techniques with Flutter for a smooth and interactive UI.