Ask Your Question

gpcbitnik's profile - activity

2019-12-10 07:28:23 -0600 commented answer How to pass image data from javascript to opencv c++ webassembly

in the imdecode documentation : "If the buffer is too short or contains invalid data, the function returns an empty matr

2019-12-09 12:16:06 -0600 answered a question How to pass image data from javascript to opencv c++ webassembly

if you intent to fill buffer with an image file (jpeg, png etc..) you need to use imdecode (probably the best thing to d

2019-12-06 08:48:11 -0600 received badge  Organizer (source)
2019-12-06 08:46:18 -0600 asked a question freeze and optimize lf-net tensorflow model in order to use it with opencv Dnn

freeze and optimize lf-net tensorflow model in order to use it with opencv Dnn hello, i try to import tf-net model in Op

2019-12-06 04:47:57 -0600 edited answer Error Loading .pb model from readNetFromTensorflow

you should use optimize_for_inference tools on the frozen model see dkurt answer https://github.com/opencv/opencv/issu

2019-12-06 04:47:13 -0600 answered a question Error Loading .pb model from readNetFromTensorflow

you should use optimize_for_inference tools on the frozen model see dkurt response https://github.com/opencv/opencv/iss

2019-11-14 03:37:07 -0600 received badge  Enthusiast
2019-11-13 13:45:22 -0600 commented question failed to load model with readNetFromModelOptimizer

updated to version 4.1.2 thank you LBerger

2019-11-13 02:27:23 -0600 edited question failed to load model with readNetFromModelOptimizer

failed to load model with readNetFromModelOptimizer Hi everyone, when i try to load a model with readNetFromModelOptimiz

2019-11-12 16:02:16 -0600 asked a question failed to load model with readNetFromModelOptimizer

failed to load model with readNetFromModelOptimizer Hi everyone, when i try to load a model with readNetFromModelOptimiz

2019-05-07 14:44:58 -0600 received badge  Student (source)
2019-05-07 10:28:14 -0600 received badge  Editor (source)
2019-05-07 10:28:14 -0600 edited question Why is orb running in plain mode instead of OpenCL implementation?

Why is orb running in plain mode instead of OpenCL implementation? system information : Ubunut 18.04 OpenCV4.0

2019-05-06 10:30:59 -0600 asked a question Why is orb running in plain mode instead of OpenCL implementation?

Why is orb running in plain mode instead of OpenCL implementation? system information : Ubunut 18.04 OpenCV4.0

2019-05-06 09:38:38 -0600 received badge  Self-Learner (source)
2019-05-06 09:15:45 -0600 answered a question (ubuntu 18.04) opencv 4.0.1 cv::ocl::setUseOpenCL(true); does not work

missing opencl driver apt-get install ocl-icd-opencl-dev

2019-05-03 09:19:38 -0600 asked a question (ubuntu 18.04) opencv 4.0.1 cv::ocl::setUseOpenCL(true); does not work

(ubuntu 18.04) opencv 4.0.1 cv::ocl::setUseOpenCL(true); does not work Hello, i try to use the T-API in a features detec