native_opencv_kit 1.0.1 copy "native_opencv_kit: ^1.0.1" to clipboard
native_opencv_kit: ^1.0.1 copied to clipboard

A Flutter FFI plugin that wraps OpenCV for Android and iOS. Provides real-time blur detection and ID-card cropping using native C++ via dart:ffi.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add native_opencv_kit

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  native_opencv_kit: ^1.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:native_opencv_kit/camera_capture_screen.dart';
import 'package:native_opencv_kit/native_opencv.dart';
import 'package:native_opencv_kit/native_opencv_method_channel.dart';
import 'package:native_opencv_kit/native_opencv_platform_interface.dart';
0
likes
130
points
122
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter FFI plugin that wraps OpenCV for Android and iOS. Provides real-time blur detection and ID-card cropping using native C++ via dart:ffi.

Repository (GitHub)
View/report issues

Topics

#opencv #image-processing #ffi #blur-detection #id-card

License

MIT (license)

Dependencies

camera, ffi, flutter, http, plugin_platform_interface

More

Packages that depend on native_opencv_kit

Packages that implement native_opencv_kit