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.

1.0.1 #

  • Add CameraCaptureScreen widget to lib/camera_capture_screen.dart.
    • Live camera stream with real-time blur detection
    • Manual capture button with ID-card perspective crop
    • Optional OCR via configurable ocrBaseUrl, ocrPath, and ocrLanguage params
    • Pops with cropped RGBA Uint8List on "Use This"
  • Add camera: ^0.11.0 and http: ^1.2.0 as package dependencies.

1.0.0 #

  • Initial public release.
  • Blur detection via Laplacian variance (isImageBlurred).
  • ID-card perspective crop (cropIdCard).
  • Android (arm64-v8a, armeabi-v7a, x86_64) and iOS support.
  • Pure FFI — no platform channels.
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