OpenFTC / OpenCV-Repackaged

11 stars 8 forks source link

OpenCV contrib modules (ArUco) #8

Closed blueberrymuffin3 closed 2 years ago

blueberrymuffin3 commented 3 years ago

Our team is interested in using code from opencv-contrib modules, specifically org.opencv.aruco. Is there anyway to do this while using EasyOpenCV and OpenCV-Reapackaged?

Windwoes commented 3 years ago

You would need to rebuild the OpenCV Android SDK from source with the extra features enabled, and when including EasyOpenCV, you would need to exclude the transitive dependency on OpenCV-Repackaged and instead include a dependency on your rebuilt versions.

Sidenote, I am considering offering a plug-n-play AprilTag add-on that can be fed frames through OpenCV.

Windwoes commented 3 years ago

Sidenote, I am considering offering a plug-n-play AprilTag add-on that can be fed frames through OpenCV.

https://github.com/OpenFTC/EOCV-AprilTag-Plugin :))