I need opencv248 package

Am working on a java program which i need opencv248 to accomplish it. the opencv i found doesn’t have opencv_java248.dll

why do you need such an outdated version ? (it’s from 2013 !)

src code is still online, but no binaries

i’d recommend to rebuild your java code against something more recent

Thanks for response, i need this outdated version since am having problem with newer version.

hello, actually i needed opencv_java248.dll but i can’t locate.

please tell

if you build opencv from (2.4.8) src, it will generate java bindings
(and the dll, too)
apart from the src code, you’ll need:

  • a c++ compiler (VS or mingw)
  • cmake
  • apache ant
  • python
  • jdk