Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

To fix it do the following in eclipse

  1. Right Click your eclipse project > Build Path > Configure Build Path
  2. Select openCV library and click Edit
  3. Click User libraries
  4. Expand openCV and select Native Libraries
  5. Click Edit and browse to the path where you copied build/java folder
  6. Select x64 in case of AMD else x86 folder.
  7. Remember the dll file name and use the same under System.LoadLibrary()

Hope that helps