As of OpenCV 2.4.4, OpenCV supports desktop Java development using nearly the same interface as for
Android development
hello friends,
In this post i will tell you how to Install OpenCV 2.4.x in Windows8(x64) for Java using Eclipse.
Pre-requisites(need to be downloaded)
Java : Download Java Windows(x64) from jdk7u21
OpenCV : Download OpenCV 2.4.4 for Windows from here.
Eclipse : Download Eclipse from here.
Installation
1.Uncompress opencv in C:\
2.Follow the video
3.In Eclipse a) For external jars include location :"C:\opencv\build\java".
b) For native library location include:"C:\opencv\build\java\x64".for 64 bit machine
:"C:\opencv\build\java\x86" for 32 bit machine
Watch Video
hello friends,
In this post i will tell you how to Install OpenCV 2.4.x in Windows8(x64) for Java using Eclipse.
Pre-requisites(need to be downloaded)
Java : Download Java Windows(x64) from jdk7u21
OpenCV : Download OpenCV 2.4.4 for Windows from here.
Eclipse : Download Eclipse from here.
Installation
1.Uncompress opencv in C:\
2.Follow the video
3.In Eclipse a) For external jars include location :"C:\opencv\build\java".
b) For native library location include:"C:\opencv\build\java\x64".for 64 bit machine
:"C:\opencv\build\java\x86" for 32 bit machine
Watch Video