if you’re on windows, you can download prebuilt libs, which also contain java bindings
this wont do, opencv is a c++ library
(and this is the problem here, since you need to build dll/so’s for the specific os/architecture your code is running on)
if you’re on windows, you can download prebuilt libs, which also contain java bindings
this wont do, opencv is a c++ library
(and this is the problem here, since you need to build dll/so’s for the specific os/architecture your code is running on)