Skip to content
This repository has been archived by the owner on Aug 2, 2020. It is now read-only.

Latest commit

 

History

History
72 lines (60 loc) · 3.53 KB

README.md

File metadata and controls

72 lines (60 loc) · 3.53 KB

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