All Projects → drydart → flutter_opencv

drydart / flutter_opencv

Licence: Unlicense license
OpenCV bindings plugin for Flutter apps [work in progress]

Programming Languages

dart
5743 projects
ruby
36898 projects - #4 most used programming language
java
68154 projects - #9 most used programming language
swift
15916 projects
objective c
16641 projects - #2 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to flutter opencv

flutter sliding tutorial
User onboarding library with smooth animation of objects and background colors
Stars: ✭ 127 (+56.79%)
Mutual labels:  dart-library, flutter-plugin
lang table
lang_table is a dart plugin to generate string files from a source. Use a table to manage all multi-language resources. Inspired by fetch-mobile-localization-from-airtable
Stars: ✭ 17 (-79.01%)
Mutual labels:  dart-library, flutter-plugin
http middleware
A middleware library for Dart's http library.
Stars: ✭ 38 (-53.09%)
Mutual labels:  dart-library, flutter-plugin
flutter ume
UME is an in-app debug kits platform for Flutter. Produced by Flutter Infra team of ByteDance
Stars: ✭ 1,792 (+2112.35%)
Mutual labels:  dart-library, flutter-plugin
barcode.flutter
barcode generate library for Flutter
Stars: ✭ 58 (-28.4%)
Mutual labels:  dart-library, flutter-plugin
flutter wasm
WebAssembly interpreter for Flutter apps.
Stars: ✭ 22 (-72.84%)
Mutual labels:  dart-library, flutter-plugin
Motion-Tab-Bar
A beautiful animated flutter widget package library. The tab bar will attempt to use your current theme out of the box, however you may want to theme it.
Stars: ✭ 237 (+192.59%)
Mutual labels:  dart-library, flutter-plugin
gen lang
gen_lang is a dart library for internationalization. Extracts messages to generate dart files required by Intl, inspired by Intl_translation and Flutter i18n
Stars: ✭ 94 (+16.05%)
Mutual labels:  dart-library, flutter-plugin
pal-widgets
A collection of widgets for making amazing onboarding experience in your flutter applications
Stars: ✭ 21 (-74.07%)
Mutual labels:  flutter-plugin
traindown-dart
Dart (and Flutter) library for the Traindown Markup Language. This is the reference implementation for now. It is first to receive features and fixes.
Stars: ✭ 16 (-80.25%)
Mutual labels:  dart-library
swipedetector
A Flutter package to detect up, down, left, right swipes.
Stars: ✭ 34 (-58.02%)
Mutual labels:  flutter-plugin
flutter mailer
A wrapper on top of MFMailComposeViewController from iOS and Mail Intent on android
Stars: ✭ 43 (-46.91%)
Mutual labels:  flutter-plugin
simple beacons flutter
A flutter plugin project to range & monitor iBeacons.
Stars: ✭ 29 (-64.2%)
Mutual labels:  flutter-plugin
survey kit
Flutter library to create beautiful surveys (aligned with ResearchKit on iOS)
Stars: ✭ 68 (-16.05%)
Mutual labels:  flutter-plugin
flutter nearby connections
Flutter plugin support peer-to-peer connectivity and the discovery of nearby devices for Android vs IOS
Stars: ✭ 51 (-37.04%)
Mutual labels:  flutter-plugin
flutter rtmppublisher
Publisher to rtmp using the camera plugin as a basis to do all the basic camera/record management.
Stars: ✭ 86 (+6.17%)
Mutual labels:  flutter-plugin
amap all fluttify
高德地图 Flutter插件
Stars: ✭ 39 (-51.85%)
Mutual labels:  flutter-plugin
reactive state
An easy to understand reactive state management solution for Flutter.
Stars: ✭ 19 (-76.54%)
Mutual labels:  flutter-plugin
flutter-devicelocale
A Flutter package to read and return the set device locales
Stars: ✭ 45 (-44.44%)
Mutual labels:  flutter-plugin
Web Vuw
A Web View for flutter
Stars: ✭ 40 (-50.62%)
Mutual labels:  flutter-plugin

OpenCV Bindings for Flutter

Project license Pub package Dartdoc reference Travis CI build status Liberapay patrons

This is a Flutter plugin that bundles and wraps the OpenCV computer-vision library for Java.

Features

TODO

Compatibility

Android only, at present.

Reference

opencv

import 'package:flutter_opencv/opencv.dart' as cv;

Cross-Reference

C++ Flutter
cv::Mat_<T> cv.Mat<T>
cv::Mat1b cv.Mat1b
cv::Mat1d cv.Mat1d
cv::Mat1f cv.Mat1f
cv::Mat1i cv.Mat1i
cv::Point_<T> cv.Point<T>
cv::Point2d cv.Point2d
cv::Point3_<T> cv.Point3<T>
cv::Point3d cv.Point3d
cv::Range cv.Range
cv::Rect_<T> cv.Rect<T>
cv::Rect cv.Rect2i
cv::Rect2d cv.Rect2d
cv::Rect2i cv.Rect2i
cv::Scalar cv.Scalar
cv::Size_<T> cv.Size<T>
cv::Size2d cv.Size2d
cv::getBuildInformation cv.buildInformation
cv::getVersionString cv.versionString
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].