Giter Site home page Giter Site logo

serivesmejia / nativeblobdetector Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 5.35 MB

Java bindings for the SimpleBlobDetector to EasyOpenCV. Intended for usage in the FTC Competition.

CMake 28.45% C++ 51.82% Java 19.73%
opencv ftc simpleblobdetector easyopencv firsttechchallenge

nativeblobdetector's Introduction

NativeBlobDetector

Build Status

🤷‍️ What is this?

This library includes Java bindings for the SimpleBlobDetector to EasyOpenCV, since for some reason it lacks of this feature. It also provides a better way of instantating it by using a Parameters class, which is missing in the original OpenCV bindings.

📦 Installation (Credit to DogeCV)

Gradle

This library requires EasyOpenCV already preinstalled

  1. Pull up Android Studio, with the FTC application SDK open
  2. Go to the root build.gradle
  3. To the repositories section, add the lines
allprojects {
  repositories {
    maven { url 'https://jitpack.io' } // this line!
  }
}
  1. Add the line implementation 'com.github.serivesmejia:NativeBlobDetector:1.0.0' to TeamCode's build.release.gradle, inside the dependencies block
  2. Press the Sync Now button that will appear in the top right

Native Library on the phone

nativeblobdetector's People

Contributors

serivesmejia avatar

Watchers

 avatar  avatar

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.