Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

the Mat problem

Hi OpenCV team, I have added the OpenCV(V 2.4.5) in the eclipse and the program compile is normal. when the eclipse executes the line (Mat m = new Mat()), the program pointer of eclipse enters the constructor of Mat class. and then the 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.

the Mat problem

Hi OpenCV team, team,

I have added the OpenCV(V 2.4.5) in the eclipse and and the program compile is normal. when the compiles normally. When eclipse executes the following line (Mat m = new Mat()), the program pointer of eclipse enters the constructor of Mat class.

(Mat m = new Mat());

and then the eclipse shows the message of Source not found and found and enters InvocationTargetException.class, after InvocationTargetException.class,after leaving the constructor of Mat class. do class.

Do I miss some parameter to be set? please set?

Please help me, thank you.