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[]
1 | initial version |
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[]