Ask Your Question

paatz04's profile - activity

2020-12-01 19:10:01 -0600 received badge  Popular Question (source)
2018-07-04 07:00:58 -0600 asked a question Create a transparent Mat in Android

Create a transparent Mat in Android Hi, I'm trying to create a transparent mat but somehow the alpha channel doesn't wo

2018-07-04 06:55:51 -0600 commented answer Is it possible to use OpenCL with OpenCV and DNN/Tensorflow

Thank you for the great explanation holger! That makes sense. Do you know if this also applies to mobile/android?

2018-07-04 06:55:04 -0600 commented question Existing example of a OpenCV, TensorFlow Android application

thank you berak.

2018-06-21 07:38:35 -0600 asked a question Is it possible to use OpenCL with OpenCV and DNN/Tensorflow

Is it possible to use OpenCL with OpenCV and DNN/Tensorflow Is there a way to make use of OpenCL for improved performanc

2018-05-25 09:54:43 -0600 commented question Existing example of a OpenCV, TensorFlow Android application

Hi @berak , do you know if there is a way to improve performance ? I was hoping reducing classes would help. I already c

2018-05-12 06:09:14 -0600 edited question Android OpenCV Tensorflow crashes with CvException because of native Memory leak

Android OpenCV Tensorflow crashes with CvException because of native Memory leak Hi, I'm loading a default tensorflow d

2018-05-11 14:10:32 -0600 commented question Android OpenCV Tensorflow crashes with CvException because of native Memory leak

Thank you @berak! Yes kotlin. But I tried it in java as well, and I'm having the same issues. Yes, I realised it's not

2018-05-11 13:20:43 -0600 received badge  Editor (source)
2018-05-11 13:20:43 -0600 edited question Android OpenCV Tensorflow crashes with CvException because of native Memory leak

Android OpenCV Tensorflow crashes with CvException Hi, I'm loading a default tensorflow dnn model with: val config

2018-05-11 13:20:22 -0600 commented question Android OpenCV Tensorflow crashes with CvException because of native Memory leak

val blob = Dnn.blobFromImage(frame, IN_SCALE_FACTOR, Size(IN_WIDTH.toDouble(), IN_HEIGHT.toDouble()),

2018-05-11 13:09:23 -0600 commented question Android OpenCV Tensorflow crashes with CvException because of native Memory leak

I just used the Android Profiler and noticed that there is a memory leak, RAM goes up to 2 GB and then crashes the appli

2018-05-11 13:00:55 -0600 asked a question Android OpenCV Tensorflow crashes with CvException because of native Memory leak

Android OpenCV Tensorflow crashes with CvException Hi, I'm loading a default tensorflow dnn model with: val config

2018-05-02 10:02:27 -0600 commented question Existing example of a OpenCV, TensorFlow Android application

Thanks @berak ! I'll be looking at that example right now

2018-05-02 09:43:06 -0600 asked a question Existing example of a OpenCV, TensorFlow Android application

Existing example of a OpenCV, TensorFlow Android application Hi, I've been trying to find a working example of an Andro