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 V2.4.5(for Android), and it is OK to compile the program. when the program pointer is on the line (Mat mat = new Mat()) and I click the button of Next step, the program pointer will enter the constructor of Mat in Mat.class. after leaving the constructor, the program pointer does not get back to the original function which calls the constructor of Mat. it enter the InvocationTargetException.class and show the message of Source not found. I have set the path of Mat.java file, but it does not work. do I miss some parameter settings for OpenCV?

click to hide/show revision 2
No.2 Revision

updated 2013-04-24 14:26:35 -0600

berak gravatar image

the mat problem

Hi OpenCV team. I have added the OpenCV V2.4.5(for Android), and it is OK to compile the program. when the program pointer is on the line (Mat mat = new Mat()) and I click the button of Next step, the program pointer will enter the constructor of Mat in Mat.class. after leaving the constructor, the program pointer does not get back to the original function which calls the constructor of Mat. it enter the InvocationTargetException.class and show the message of Source not found. I have set the path of Mat.java file, but it does not work. do I miss some parameter settings for OpenCV?

click to hide/show revision 3
formatting

the mat problemCan't setup IDE for Android debugging

Hi OpenCV team. team.

I have added the OpenCV V2.4.5(for Android), and and it is OK to compile the program. when When the program pointer is on the line (Mat

Mat mat = new Mat()) and
    Mat()

and I click the button of Next step, step, the program pointer will enter the constructor of Mat Mat in Mat.class. after Mat.class. After leaving the constructor, the program pointer does not get back to to the original function which calls the constructor of Mat. it Mat. It enter the InvocationTargetException.class InvocationTargetException.class and show the message of Source not found. I have set the path of Mat.java Mat.java file, but it does not work. do work.

Do I miss some parameter settings for OpenCV?