OpenCV4Android - Reduce function? [closed]
So I know that C, C++ and Python have the reduce function: http://docs.opencv.org/modules/core/d...
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?
http://docs.opencv.org/java/org/openc...
I did look at that but when I get to the code I can't import org.opencv.core.Core.reduce. It does know org.opencv.core.Core but it's only seeing MinMaxLocResult under that.
let's just clarify: usage is:
Working like a charm. Thanks much.
For some reason I was thinking it was a separate package that needed to be imported.