Java bindings for the SimpleBlobDetector to EasyOpenCV. Intended for usage in the FTC Competition.
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.
build.gradle
allprojects {
repositories {
maven { url 'https://jitpack.io' } // this line!
}
}
implementation 'com.github.serivesmejia
1.0.0'
to TeamCode’s build.release.gradle
, inside the dependencies blockSync Now
button that will appear in the top right