How we import OpenCV in java while using no compiler just Notepad?
Its first time I am using OpenCV, I am in learning period, I just want to know how to import OpenCV in java while we are not using any of the Compiler just simple Editor, like I m using Atom. Please Explain
you do have a java sdk ? (you need the javac command)
also, os, opencv version ?
Yes I have SDK, also have opencv 3.3.1
do yourself a favour, and get the ant tool, then use it just like here
that's still assuming, that the prebuild packages have prebuild java wrappers , i'm not sure about that.
do you see a opencv_java331.dll or a opencv-java.jar anywhere there ?