Results 5 comments of WasinTaw

could someone help me, please. I'm a newbie Android Studio developer. Now I do the project about detecting the Aruco marker on Android. I try to import opencv3-android-sdk-with-contrib from https://github.com/richdyang/opencv3-android-sdk-with-contrib...

@richdyang Thank you. Now I can run my project as well. I try to detect marker, but the ids of the marker are Mat type. I have another question is...

@richdyang Well, I try to do but in the Mat I does not see the toArray() function. I want to collect the ids of markers, but in the Log the...

I write it like this but it is not found toArray() function. ![untitled](https://user-images.githubusercontent.com/25839301/32897554-8a2ae7aa-cb18-11e7-8a2d-2bd324132998.png)

@richdyang Now I can detect the marker on the android phone. Thank you very much.