Ask Your Question

ImageCounter's profile - activity

2018-07-05 00:41:42 -0600 edited answer problem with facedetection model from dnn module

Have you tried changing RGBA to RGB before forwarding to the network. Edited after reading the comments: Can you try t

2018-07-04 12:16:03 -0600 answered a question problem with facedetection model from dnn module

Have you tried changing RGBA to RGB before forwarding to the network

2018-07-04 09:27:02 -0600 edited question Vec3b equivalent in Java

Vec3b equivalent in Java I am trying to convert this C++ code to Java vector<cv::vec3b> colors(nccomps+1);

2018-07-04 09:19:37 -0600 asked a question Vec3b equivalent in Java

Vec3b equivalent in Java I am trying to convert this C++ code to Java vector<cv::vec3b> colors(nccomps+1); colors

2018-06-30 00:01:45 -0600 asked a question opencv manager 3.4.1 what is the minimum SDK version?

opencv manager 3.4.1 what is the minimum SDK version? I am trying to install the OpenCV_3.4.1_Manager_3.41_armeabi-v7a.a

2018-06-26 00:19:01 -0600 received badge  Enthusiast
2018-06-23 07:22:37 -0600 received badge  Editor (source)
2018-06-23 07:22:37 -0600 edited question Opencv on Android how to get Smooth video

Opencv on Android how to get Smooth video I am running the DNN tutorial https://docs.opencv.org/master/d0/d6c/tutorial_

2018-06-23 02:00:39 -0600 asked a question Opencv on Android how to get Smooth video

Opencv on Android how to get Smooth video I am running the DNN tutorial https://docs.opencv.org/master/d0/d6c/tutorial_

2018-05-17 02:22:10 -0600 commented question Android OpenCV 3.4.1 DNN tutorial broken

I have fixed this, the problem was the model files went missing from the build directory even though I copied them there

2018-05-16 13:49:37 -0600 asked a question Android OpenCV 3.4.1 DNN tutorial broken

Android OpenCV 3.4.1 DNN tutorial broken https://docs.opencv.org/master/d0/d6c/tutorial_dnn_android.html I am trying to