the Mat problem
Hi OpenCV team,
I have added the OpenCV(V 2.4.5) in the eclipse and the program compiles normally. When eclipse executes the following line the program pointer of eclipse enters the constructor of Mat class.
(Mat m = new Mat());
and then eclipse shows the message of Source not found and enters InvocationTargetException.class,after leaving the constructor of Mat class.
Do I miss some parameter to be set?
Please help me, thank you.
Did you have an error or what?
no, there is any error after compiling. if there was an error, the eclipse would not enter the debug mode and the simulator of the phone.
Then what exactly are you asking from us? You have no error and your code does exactly nothing? You got me confused :)