native_opencv_kit 1.0.1
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
CameraCaptureScreenwidget tolib/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, andocrLanguageparams - Pops with cropped RGBA
Uint8Liston "Use This"
- Add
camera: ^0.11.0andhttp: ^1.2.0as 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.