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.
This library requires EasyOpenCV already preinstalled
- Pull up Android Studio, with the FTC application SDK open
- Go to the root
build.gradle - To the repositories section, add the lines
allprojects {
repositories {
maven { url 'https://jitpack.io' } // this line!
}
}- Add the line
implementation 'com.github.serivesmejia:NativeBlobDetector:1.0.0'to TeamCode'sbuild.release.gradle, inside the dependencies block - Press the
Sync Nowbutton that will appear in the top right