Ask Your Question

Intoxica's profile - activity

2020-05-12 17:17:59 -0600 asked a question Is a cuda/gpu implementation of opencv adaptiveThreshold available?

Is a cuda/gpu implementation of opencv adaptiveThreshold available? I am working on a huge AI/DL application which uses

2019-04-01 19:08:35 -0600 received badge  Famous Question (source)
2018-07-29 03:30:24 -0600 received badge  Notable Question (source)
2018-07-29 03:30:24 -0600 received badge  Popular Question (source)
2017-10-02 17:04:36 -0600 commented answer What is the best way to find bounding box for binary mask?

How to get individual boxes around each object? something like Floodfill? Thanks

2017-09-22 13:56:32 -0600 commented question Undefined Reference to cv::

I cloned from github and installed using cmake (using instructions on opencv.org). As I was getting this error, I tried

2017-09-22 13:29:57 -0600 commented question Undefined Reference to cv::

I tried doing that but got "Permission denied " to sun the .sh file. Then I created a new directory with build and the C

2017-09-22 12:02:09 -0600 commented question Undefined Reference to cv::

Thanks, I added the code that gives the error, also tried and checked after adding imgcodec.hpp. Still the same error.

2017-09-22 11:53:05 -0600 edited question Undefined Reference to cv::

Undefined Reference to cv:: I am getting undefined references to cv::. New to opencv and opensource environments. Using

2017-09-21 15:32:40 -0600 received badge  Editor (source)
2017-09-21 15:32:40 -0600 edited question Undefined Reference to cv::

Undefined Reference to cv:: I am getting undefined references to cv::. New to opencv and opensource environments. Using

2017-09-21 15:13:22 -0600 asked a question Undefined Reference to cv::

Undefined Reference to cv:: I am getting undefined references to cv::. New to opencv and opensource environments. Using