Hi,
I have downloaded the 3.1.0 version of OpenCV and I use the JNI bindings in one of my project. My problem is that I don't find minMaxIdx in Core. Only minMaxLoc is available, but this function is limited to 2-dimensionnal arrays.
Is there any technical reason for minMaxIdx to be excluded of the JNI interface?
Thanks.