Ask Your Question

Larry's profile - activity

2020-09-26 15:39:44 -0600 received badge  Self-Learner (source)
2020-08-23 05:57:56 -0600 received badge  Popular Question (source)
2020-01-19 17:39:17 -0600 commented question GIMP 2.10 Style Unsharp Mask

I unfortunately do not understand the gegl syntax, so I do not quite know what that code does, but it appears to be the

2020-01-19 17:39:04 -0600 commented question GIMP 2.10 Style Unsharp Mask

I unfortunately do not understand the gegl syntax, so I do not quite know what that code does, but it appears to be the

2020-01-19 17:38:36 -0600 commented question GIMP 2.10 Style Unsharp Mask

I unfortunately do not understand the gegl syntax, so I do not quite know that that code does, but it appears to be the

2020-01-18 20:43:16 -0600 asked a question GIMP 2.10 Style Unsharp Mask

GIMP 2.10 Style Unsharp Mask I need to implement an unsharp mask function for RGB color images which works like the one

2019-01-31 13:06:42 -0600 received badge  Student (source)
2018-01-15 04:18:53 -0600 marked best answer OpenCV Library File Size

Is there a relatively easy way to reduce the size of static libraries built from OpenCV 3.4 source? I ran CMake on my Windows development system to create VS 2010 projects to build OpenCV static libraries, but some of the CUDA related libraries come out to large to be practical, and when I link those libraries into my own apps, they also come out enormous. The opencv_cudafilters340d.lib is about 405MB, and when I build a simple app which does a single CUDA filter operation, the built binary is also nearly half a GB. What can I do to reduce the file sizes without painstakingly editing large amounts of OpenCV source code?

Thank You

Larry

2018-01-14 11:53:07 -0600 asked a question OpenCV Library File Size

OpenCV Library File Size Is there a relatively easy way to reduce the size of static libraries built from OpenCV 3.4 sou

2017-12-24 08:16:55 -0600 asked a question Gaussian Blur with Large Kernel on GPU

Gaussian Blur with Large Kernel on GPU I have been told to implement a fast unsharp mask using the GPU which works like

2014-01-15 09:12:40 -0600 asked a question Call to VideoCapture::open() Freezes Process

I am using OpenCV 2.4.8 on Windows XP to capture video from a Toshiba IK-HR2D video camera connected via USB2. Things worked for a while, but now, calls to VideoCapture::open() never return, and I have to reboot the system to kill the process. I traced the execution to cap_dshow.cpp, line 2705:

hr = VD->pCaptureGraph->RenderStream(&PIN_CATEGORY_PREVIEW, &MEDIATYPE_Video, VD->pVideoInputFilter, VD->pGrabberF, VD->pDestFilter);

I know nothing about DirectShow, nor do I want to learn about it. That is why I am using OpenCV. Can someone please help me to solve this problem?

Thank You

Larry