Giter Site home page Giter Site logo

drydart / flutter_opencv Goto Github PK

View Code? Open in Web Editor NEW
80.0 17.0 14.0 74 KB

OpenCV bindings plugin for Flutter apps [work in progress]

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

License: The Unlicense

Makefile 0.80% Java 10.68% Ruby 19.41% Swift 6.44% Objective-C 2.71% Dart 59.96%
flutter flutter-plugin dart-library opencv computer-vision

flutter_opencv's People

Contributors

artob avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

flutter_opencv's Issues

Create HDR image from multiple variation of an image

@artob
Is your feature request related to a problem? Please describe.
I'd like to create an HDR image from multiple images with different exposure values.

Describe the solution you'd like
I've done it with Objective-C in Native iOS previously.
It would be great if we could do this out of the box with this flutter library as well.
For example, it could be something like this:

List<Image> images = [image1, image2, image3] //At least 3 versions of the same image each one with different exposure values.
List<double> times =  [0.25, 2.5, 5.0] // List of different exposure values of images above.
Image hdrImage = processHDR(images, times);

Kind regards,
Nima

Need short information how to add custom functions

I understand that there are too many OpenCV functions to implement them by one person. Let's do it together. Could you please explain how to add a new OpenCV function to the plugin?

Is this enough to add another

case "getVersionString":
        result.success(org.opencv.core.Core.getVersionString());
        break;

and implement the corresponding Flutter code like this?

Future<String> get versionString async {
  return await _channel.invokeMethod('getVersionString') as String;
}

Anything else? How do we actually load the image and pass the data in parameters so that OpenCV can understand it?

I hope everybody will be able to implement the functions they need and submit PR for you to review and merge.

I'm particularly interested in

Upgrade org.bytedeco.javacpp-presets:opencv version

The current development contains org.bytedeco.javacpp-presets:opencv:3.4.3-1.4.3: it's old.

We are at the start of the development, can we upgrade to org.bytedeco.javacpp-presets:opencv:4.0.1-1.4.4?

An alternative is to mantain the org.bytedeco.javacpp-presets:opencv:3.4.3-1.4.3 as current version.

Maybe can be useful upgrade now the version to not break compatibility later.

IOs compability

Very cool project. I'd like to use this in an project which I'm working in currently, but it requieres IOs Support.

So you have plans to support that too? What needs to be done for that? Could I help somewhere?

I'm not really fluent in Swift or C++ but that shouldn't stop me from helping!

Um simple example for to load a image...

Hello! I wonder if it's possible to add a simple example of how to load some image using the plugin? I think it will be very useful for novice users to begin from that point. Thanks and regards.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.