drydart / flutter_opencv

OpenCV bindings plugin for Flutter apps [work in progress]

Home Page:https://pub.dev/packages/flutter_opencv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

About

OpenCV bindings plugin for Flutter apps [work in progress]

https://pub.dev/packages/flutter_opencv

License:The Unlicense


Languages

Language:Dart 60.0%Language:Ruby 19.4%Language:Java 10.7%Language:Swift 6.4%Language:Objective-C 2.7%Language:Makefile 0.8%