Skip to content

Android java library converted to gradle to be referenced in Android Studio projects

Notifications You must be signed in to change notification settings

allgood/OpenCV-3.1.0-Android

Repository files navigation

OpenCV 3.1.0 for Android

This project is a gradle compatible import of the original java classes from OpenCV for Android.

It can be imported by gradle on any Android project through jitpack.io.

On the build.gradle of your application.

Add jitpack.io on the repositories section, you may need to keep another lines:

    maven { url "https://jitpack.io" }

Then on the dependencies section you need to reference this library:

    compile 'com.github.ctodobom:OpenCV-3.1.0-Android:-SNAPSHOT'

After this, org.opencv.* packages will be availeble for import.

Donations

My job is on enterprise servers administration and some development consulting. I do collect money from my customers. I am well paid for that.

For being part of open source projects and documenting my work here I really do not charge anything. I am trying to avoid any type of ads also.

If you think that any information you obtained here is worth of some money and are willing to pay for it, feel free to send any amount through paypal or bitcoin, or dogecoin (wow!).

Paypal Bitcoin Dogecoin
1H5tqKZoWdqkR54PGe9w67EzBnLXHBFmt9
1H5tqKZoWdqkR54PGe9w67EzBnLXHBFmt9
1H5tqKZoWdqkR54PGe9w67EzBnLXHBFmt9
DFBaP724XR3rfs9wFahBd353yFkgkqatvd

License

OpenCV is released through a 3 clause BSD License

About

Android java library converted to gradle to be referenced in Android Studio projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages