Ask Your Question

erickulcyk's profile - activity

2018-04-16 18:19:58 -0600 received badge  Taxonomist
2016-07-01 13:31:48 -0600 received badge  Student (source)
2013-09-10 10:07:38 -0600 commented question Errors building OpenCV-2.4.6 with Visual Studio 2013

I have the same issue as well. Seeing as VS2013 will shortly be widely adopted, we might a well figure out a solution now.

2013-09-10 10:05:56 -0600 answered a question Errors building OpenCV-2.4.6 with Visual Studio 2013

I have the same issue.

2012-12-08 14:21:49 -0600 asked a question GPU Adaptive Threshold/Hough Lines P

Hello,

Does either the adaptive threshold or the Hough Lines P functions exist for a GPU or are there plans to port them to a gpu? The adaptive threshold with a really big window (51) works extremely well for picking out lines, however it is very time consuming. I noticed that the threshold function is implemented but I can't find the adaptive threshold.

Thanks, Eric

2012-11-20 15:40:01 -0600 asked a question Building Opencv 243 Docs on Windows VS11

Hello,

I am following this guide: http://docs.opencv.org/doc/tutorials/introduction/windows_install/windows_install.html#windows-installation

and I selected BUILD_DOCS in cmake, however when I open the solution in VS11, I can't find the docs project or docs_html project. I am using Windows 8 and OpenCv 2.43. Is there anything I can do to debug this issues?

Thanks, Eric