Skip to content

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

Notifications You must be signed in to change notification settings

serivesmejia/NativeBlobDetector

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published