C++ to Java/Android

asked 2016-09-09 04:37:44 -0600

Gian gravatar image

I need conversion in this line of code "while(hierarchy[k][2] != -1)" from C++ to Java.

hierarchy is of type MatOfInt4 and k int.

PS hierarchy.get(k,2) doesen't work because return a double[]

edit retag flag offensive close merge delete