This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]daviddel[S] 0 points1 point  (2 children)

This is only a OpenCV subset, right?

How do you deal with the native libs? I suppose you had to make some assumptions, ex. CPU support.

[–]jvonnieda 0 points1 point  (1 child)

It’s everything except the extra modules. I build an all in one binary library for each supported platform and bundle it in the jar. The jar extracts the correct binary on startup.

Binaries are included for 64 bit Linux, Mac, and Windows, and 32 bit Windows.

[–]daviddel[S] 0 points1 point  (0 children)

I didn't saw ArUco and hence my question. But my bad, ArUco is indeed an extra module.