Ask Your Question

Turk3lton's profile - activity

2014-11-03 03:53:29 -0600 answered a question local standard deviation

Hi,

Did you try using imread to get automatically a matrix of your image file ? (Here is an example)


Highgui.imread("PATH_TO_MY_FILE", Highgui.CV_LOAD_IMAGE_GRAYSCALE);

2014-09-12 08:31:38 -0600 answered a question Problem in creating hello project with OpenCV for Android

Hi,

When importing the OpenCV lib on eclipse, make sure that it is checked as "Is library". You can do so by right clicking the opencv lib project -> properties, it is listed in the Android column. Then, try adding the opencv lib again to your project

Good luck,