Ask Your Question

Android Steve's profile - activity

2015-07-28 14:01:41 -0600 asked a question UMat on Android Release?

I am porting to OpenCV 3.0 to explore the potential GPU acceleration.

Various documents I read suggest one should change all instances of Mat to UMat.

However, there doesn't seem to be the class UMat in the 3.0.0 android/java release.

Is this just not yet finished, or something else?

Thanks in advance

Android Steve