Ask Your Question

e1513377's profile - activity

2020-10-15 19:18:24 -0600 asked a question cannot find lcublas when installing OpenCV with CUDA in Ubuntu 20?

cannot find lcublas when installing OpenCV with CUDA in Ubuntu 20? I'm using Ubuntu 20, CMake 3.16 and CUDA 10.1 and did

2020-08-19 11:53:09 -0600 asked a question Does OpenCV in C++ take full advantage of Multi-GPUs?

Does OpenCV in C++ take full advantage of Multi-GPUs? I have code in C++ that uses OpenCV, and want to use some of the G

2020-08-13 00:38:26 -0600 edited question how to round decimals for Mat in C++?

how to round decimals for Mat in C++? aaaaaaaaaaaaaaaaaaa

2020-08-13 00:37:44 -0600 edited question Unhandled exception for GpuMat in Visual Studio C++

Unhandled exception for GpuMat in Visual Studio C++ aaaaaaaaaaaaaaaaaaaaaaaaaa

2020-08-13 00:37:26 -0600 edited question CUDA version of fastNlMeansDenoising not matching CPU version?

CUDA version of fastNlMeansDenoising not matching CPU version? aaaaaaaaaaaaaaaaaaaaaaaa

2020-08-13 00:37:14 -0600 edited question Exception thrown when converting OpenCV Mat to array for 1024x1024 but not 512x512?

Exception thrown when converting OpenCV Mat to array for 1024x1024 but not 512x512? aaaaaaaaaaaaaaaaaaaaaa

2020-08-13 00:36:59 -0600 edited question findContours in OpenCV doesn't match bwboundaries in Matlab?

findContours in OpenCV doesn't match bwboundaries in Matlab? aaaaaaaaaaaaaaaaaaaaaaaa

2020-08-13 00:36:46 -0600 edited question Why filter2D rounds certain results?

Why filter2D rounds certain results? aaaaaaaaaaaaaaaaaaaaaa

2020-08-13 00:36:24 -0600 edited question How to convert 2d array to cv::Mat in C++ for 1024x1024 images?

How to convert 2d array to cv::Mat in C++ for 1024x1024 images? aaaaaaaaaaaaaaaaaaaaaaaaa

2020-08-13 00:36:07 -0600 edited question Link error cannot open input file opencv_world440.lib when trying to install extra modules + CUDA

Link error cannot open input file opencv_world440.lib when trying to install extra modules + CUDA aaaaaaaaaaaaaaaa

2020-07-28 11:16:01 -0600 commented question CUDA version of fastNlMeansDenoising not matching CPU version?

I'm using VS so I don't think I compiled with --use_fast_math. I'm using CUDA 11 and OpenCV 4.4. The results are about 1

2020-07-27 16:07:29 -0600 edited question CUDA version of fastNlMeansDenoising not matching CPU version?

CUDA version of fastNlMeansDenoising not matching CPU version? I have the following code #include <cmath> #includ

2020-07-27 12:58:47 -0600 edited question CUDA version of fastNlMeansDenoising not matching CPU version?

CUDA version of fastNlMeansDenoising not matching CPU version? I have the following code #include <cmath> #includ

2020-07-27 12:58:15 -0600 asked a question CUDA version of fastNlMeansDenoising not matching CPU version?

CUDA version of fastNlMeansDenoising not matching CPU version? I have the following code int main(int argc, char** argv

2020-07-27 12:43:30 -0600 commented answer Unhandled exception for GpuMat in Visual Studio C++

I wasn't sure what to do with them. I thought that installation guide mentions to build the Python bindings after buildi

2020-07-25 19:32:43 -0600 edited question Unhandled exception for GpuMat in Visual Studio C++

Unhandled exception for GpuMat in Visual Studio C++ I want to use CUDA/GPU in OpenCV in Visual Studio. For example, cuda

2020-07-25 19:25:32 -0600 edited question Unhandled exception for GpuMat in Visual Studio C++

Unhandled exception for GpuMat in Visual Studio C++ I want to use CUDA/GPU in OpenCV in Visual Studio. For example, cuda

2020-07-25 18:53:09 -0600 commented answer Unhandled exception for GpuMat in Visual Studio C++

I followed that guide and explained the errors I got in EDIT 2 in the OP

2020-07-25 18:52:35 -0600 edited question Unhandled exception for GpuMat in Visual Studio C++

Unhandled exception for GpuMat in Visual Studio C++ I want to use CUDA/GPU in OpenCV in Visual Studio. For example, cuda

2020-07-24 11:31:32 -0600 commented answer Unhandled exception for GpuMat in Visual Studio C++

I must have entered the command to disable those then. So do I have to re-do the entire build again but just make sure n

2020-07-23 13:56:53 -0600 commented question Unhandled exception for GpuMat in Visual Studio C++

I posted the output under the EDIT in the OP

2020-07-23 13:56:05 -0600 edited question Unhandled exception for GpuMat in Visual Studio C++

Unhandled exception for GpuMat in Visual Studio C++ I want to use CUDA/GPU in OpenCV in Visual Studio. For example, cuda

2020-07-23 13:30:56 -0600 commented question Unhandled exception for GpuMat in Visual Studio C++

something bizarre happened as apparently opencv_perf_cudaarithm.exe is no longer in %openCvBuild%\install\x64\vc16\bin\.

2020-07-23 13:21:32 -0600 commented question Unhandled exception for GpuMat in Visual Studio C++

I built and installed OpenCV 3 before following that guide, so it is in C:\Users\me\Downloads\opencv. I see opencv_world

2020-07-23 13:21:29 -0600 commented question Unhandled exception for GpuMat in Visual Studio C++

It just says unhandled exception error

2020-07-23 11:02:33 -0600 commented question Unhandled exception for GpuMat in Visual Studio C++

I built it using the CMake GUI in Windows. I followed this guide: https://jamesbowley.co.uk/accelerate-opencv-4-2-0-buil

2020-07-22 11:58:10 -0600 asked a question Unhandled exception for GpuMat in Visual Studio C++

Unhandled exception for GpuMat in Visual Studio C++ I want to use CUDA/GPU in OpenCV in Visual Studio. For example, cuda

2020-07-17 00:07:07 -0600 asked a question How to link files to use GpuMat in Visual Studio?

How to link files to use GpuMat in Visual Studio? I want to use CUDA/GPU in OpenCV in Visual Studio. For example, cuda::

2020-07-17 00:04:55 -0600 edited question Files/directories to include in VS to use CUDA?

Files/directories to include in VS to use CUDA? I want to use CUDA/GPU in OpenCV in Visual Studio.

2020-07-10 13:00:02 -0600 received badge  Student (source)
2020-07-10 12:54:38 -0600 asked a question Files/directories to include in VS to use CUDA?

Files/directories to include in VS to use CUDA? I want to use CUDA/GPU in OpenCV in Visual Studio. For example, cuda::Gp

2020-07-10 12:50:22 -0600 edited question CMake error on Windows when building extra modules and CUDA

CMake error on Windows when building extra modules and CUDA asadafsadfdsfsadfsdfsadfsd

2020-07-10 11:43:02 -0600 commented question Link error cannot open input file opencv_world440.lib when trying to install extra modules + CUDA

you mean when I click Build on INSTALL for the OpenCV.sln file in VS, I should find the first error where it says opencv

2020-07-10 11:30:49 -0600 commented question Link error cannot open input file opencv_world440.lib when trying to install extra modules + CUDA

you mean when I click Build on INSTALL for the OpenCV.sln file in VS, I should find the first error where it says opencv

2020-07-10 00:49:56 -0600 commented question Link error cannot open input file opencv_world440.lib when trying to install extra modules + CUDA

what do you mean I was building the all-in-one opencv_world.lib? You mean when I opened the sln file in VS and right-cli

2020-07-08 13:23:38 -0600 edited question Link error cannot open input file opencv_world440.lib when trying to install extra modules + CUDA

Link error cannot open input file opencv_world440.lib when trying to install extra modules + CUDA I am following this tu

2020-07-08 13:21:49 -0600 asked a question Link error cannot open input file opencv_world440.lib when trying to install extra modules + CUDA

Link error cannot open input file opencv_world440.lib when trying to install extra modules + CUDA I am following this tu

2020-07-06 17:15:14 -0600 edited question CMake error on Windows when building extra modules and CUDA

CMake error on Windows when building extra modules and CUDA I am using Windows and using the CMake GUI. In CMake, I set

2020-07-06 13:49:31 -0600 edited question CMake error on Windows when building extra modules and CUDA

CMake error on Windows when building extra modules and CUDA I am using Windows and using the CMake GUI. In CMake, I set

2020-07-06 13:33:04 -0600 asked a question CMake error on Windows when building extra modules and CUDA

CMake error on Windows when building extra modules and CUDA I am using Windows and using the CMake GUI. In CMake, I set

2020-07-02 11:41:23 -0600 asked a question How to convert 2d array to cv::Mat in C++ for 1024x1024 images?

How to convert 2d array to cv::Mat in C++ for 1024x1024 images? I have an original 1024x1024 image: the following cod

2020-03-17 12:52:30 -0600 asked a question filter2D in C++ not giving same results as conv2 in Matlab?

filter2D in C++ not giving same results as conv2 in Matlab? I have the image: In Matlab I have BW=imread('lenna.bmp'

2019-06-26 12:30:34 -0600 received badge  Enthusiast
2019-06-25 14:25:32 -0600 asked a question Exception thrown when converting OpenCV Mat to array for 1024x1024 but not 512x512?

Exception thrown when converting OpenCV Mat to array for 1024x1024 but not 512x512? I have the following code and images

2019-06-11 13:44:52 -0600 asked a question findContours in OpenCV doesn't match bwboundaries in Matlab?

findContours in OpenCV doesn't match bwboundaries in Matlab? I'm looking for C++ code (doesn't have to be in OpenCV) tha

2019-06-10 19:24:50 -0600 asked a question Undefined reference errors for OpenCV Hello World in Ubuntu

Undefined reference errors for OpenCV Hello World in Ubuntu I'm trying the following code: #include <opencv2/opencv.

2018-09-26 18:17:02 -0600 edited question How compute divergence and gradient of image?

How compute divergence and gradient of image? I know that to implement the following I would use this code: Mat o_k;

2018-09-26 18:15:32 -0600 edited question How compute divergence and gradient of image?

How compute divergence and gradient of image? I know that to implement the following I would use this code: Mat o_k;

2018-09-26 18:10:59 -0600 edited question How compute divergence and gradient of image?

How compute divergence and gradient of image? I know that to implement the following I would use this code: Mat o_k;

2018-09-26 18:10:09 -0600 asked a question How compute divergence and gradient of image?

How compute divergence and gradient of image? I know that to implement the following C:\fakepath\Tikhonov2.png I would