OPENCV INTEGRATION

Hi everyone,

I’m new to Flutter and currently working on a mobile app where I need to integrate OpenCV for some image processing tasks mainly, multiple color detection. I’ve read that OpenCV is mostly used with native platforms (like Java, Kotlin, and Swift), so I’m not sure about the best way to connect it with Flutter (Dart).

I’ve come across packages like opencv_4 and methods involving platform channels, but I’m a bit confused about the setup and how to pass data between Dart and OpenCV.

Can anyone suggest the easiest approach for a beginner to set up OpenCV in Flutter? Also, any sample code or resources would be really helpful!

Thanks in advance for the help! :pray: