So I know that C, C++ and Python have the reduce function: http://docs.opencv.org/modules/core/doc/operations_on_arrays.html#reduce
But I can't seem to get it working on Android with OpenCV4Android. I'm not getting any autocomplete for it in Android Studio so I assume I need to import something or directly specify which package it's in.
Can anyone know what include it needs? Or perhaps a tutorial for it or otherwise just shine some light on this?
↧