Ask Your Question

gerardWalsh's profile - activity

2018-11-12 12:07:58 -0600 received badge  Teacher (source)
2018-11-12 05:42:00 -0600 marked best answer Yolo DNN example

When trying to compile YOLO Object Detection example with g++ object_detection.cpp -o yolo pkg-config --cflags --libs opencv I run into the error "fatal error: common.hpp: No such file or directory". I see this file was added to pre-process paramaters. I know sure how to resolve this issue?

2018-11-12 05:42:00 -0600 received badge  Scholar (source)
2018-11-12 05:38:52 -0600 received badge  Supporter (source)
2018-11-12 04:34:12 -0600 commented answer Yolo DNN example

Of course one should - Thanks

2018-11-12 04:16:49 -0600 edited answer what are the most widely used applications based on opencv using c++??

OpenCV is used for a wide-range of Image Processing tasks - from smoothing images to stitching them together to form a p

2018-11-12 04:15:10 -0600 edited answer what are the most widely used applications based on opencv using c++??

OpenCV is used for a wide-range of Image Processing tasks - from smoothing images to stiching them together to form a pa

2018-11-12 04:08:28 -0600 answered a question what are the most widely used applications based on opencv using c++??

OpenCV is used for a wide-range of Image Processing tasks - from smoothing images to stiching images together to make pa

2018-11-12 03:58:43 -0600 edited question Yolo DNN example

Yolo DNN example When trying to compile YOLO Object Detection example with " g++ object_detection.cpp -o yolo pkg-config

2018-11-12 03:58:17 -0600 edited question Yolo DNN example

Yolo DNN example When trying to compile YOLO Object Detection example with g++ object_detection.cpp -o yolo pkg-config -

2018-11-12 03:57:13 -0600 asked a question Yolo DNN example

Yolo DNN example When trying to compile YOLO Object Detection example with g++ object_detection.cpp -o yolo pkg-config -

2018-11-12 03:57:12 -0600 asked a question Yolo DNN example

Yolo DNN example When trying to compile YOLO Object Detection example with g++ object_detection.cpp -o yolo pkg-config -

2018-08-23 08:16:18 -0600 commented answer Asynchronous performance lacking

Would there be a way to keep the kernel's code in the GPU memory and only pass the new information on each iteration of

2018-08-14 11:52:29 -0600 received badge  Student (source)
2018-08-14 11:47:54 -0600 commented question Using FLANN to match ORB descriptors

I have updated the code, the error produced is "error: ‘virtual void cv::FlannBasedMatcher::knnMatchImpl(cv::InputArray,

2018-08-14 11:46:06 -0600 edited question Using FLANN to match ORB descriptors

Using FLANN to match ORB descriptors I'm am investigating methods on how to speed up an object tracking algorithm that u

2018-08-11 10:17:33 -0600 commented question Using FLANN to match ORB descriptors

That solves the problem thank you! But when I try to use the function matcher.knnMatchImpl(descriptors, matches, 2, cv::

2018-08-11 09:51:06 -0600 received badge  Enthusiast
2018-08-10 06:16:01 -0600 answered a question Asynchronous performance lacking

The call to the detectAndComputeAsync, we need to pass the true flag for useProvidedKeypoints. Once the true flag was pa

2018-08-10 06:15:21 -0600 commented answer Asynchronous performance lacking

I am using Ubuntu 16.04, and the resolution of clock is in ms.

2018-08-10 06:06:25 -0600 asked a question Using FLANN to match ORB descriptors

Using FLANN to match ORB descriptors I'm am investigating methods on how to speed up an object tracking algorithm that u

2018-08-10 04:00:39 -0600 commented answer Using FLANN with binary descriptors (Brief,ORB)

I implemented the same work around, however FLANN matching takes longer than a brute-force comparison, which is not righ

2018-08-08 09:14:32 -0600 commented answer Asynchronous performance lacking

I am using Ubuntu 16.04, and the resolution of clock is in ms. I found the solution to the problem in that the call to t

2018-07-16 15:17:35 -0600 commented answer Asynchronous performance lacking

Surely this is the point? We are trying to measure how long the function call takes (initiate the kernel on the device a

2018-07-13 10:21:14 -0600 received badge  Editor (source)
2018-07-13 10:21:14 -0600 edited question Asynchronous performance lacking

Asynchronous performance lacking When using CUDA to try implement a pipe-lined execution model, timing an asynchronous f

2018-07-13 10:19:22 -0600 asked a question Asynchronous performance lacking

Asynchronous performance lacking When using CUDA to try implement a pipe-lined execution model. timing an asynchronous f

2018-07-13 08:48:02 -0600 commented question No effect from using cuda::Stream?

Could you elaborate on allocating memory to the GpuMat ? I have experienced the same issue when timing an asynchronous c

2018-05-05 15:39:09 -0600 answered a question descriptorMatcher (BruteForce-Hamming) with OpenCL

I have implemented the same code and it does not seem to be running on my NVIDIA GTX1060 My system output are identica

2018-01-18 10:42:31 -0600 commented answer How to link tbb dynamic libraries (tbb.dll)

I added tbb.dll to the system variables and user variables, reconfigured with, recompiled and reinstalled - only to have

2018-01-17 04:07:59 -0600 asked a question How to link tbb dynamic libraries (tbb.dll)

How to link tbb dynamic libraries (tbb.dll) I have compiled and installed OpenCV 3.4.0 in 64-bit Windows, following this