Ask Your Question

HandsomeJoe's profile - activity

2018-06-13 19:22:44 -0600 edited question openCV3 - Python Docs

openCV3 - Python Docs Hello: I'm a bit lost. Recently switched to openCV 3.4.1 for Python 3.6.5. I previously used 2.4

2018-06-12 15:46:52 -0600 asked a question openCV3 - Python Docs

openCV3 - Python Docs Hello: I'm a bit lost. Recently switched to openCV 3.4.1 for Python 3.6.5. I previously used 2.4

2018-06-12 15:46:39 -0600 asked a question openCV3 - Python Docs

openCV3 - Python Docs Hello: I'm a bit lost. Recently switched to openCV 3.4.1 for Python 3.6.5. I previously used 2.4

2018-06-12 15:46:35 -0600 asked a question openCV3 - Python Docs

openCV3 - Python Docs Hello: I'm a bit lost. Recently switched to openCV 3.4.1 for Python 3.6.5. I previously used 2.4

2015-06-15 21:43:46 -0600 received badge  Teacher (source)
2015-03-31 02:38:13 -0600 received badge  Self-Learner (source)
2015-03-30 18:58:25 -0600 received badge  Self-Learner (source)
2015-03-30 15:29:39 -0600 answered a question How do I rebuild 3.0Beta librarys, do I need too?

I have subsequently learned that I do have to rebuild the openCV libraries to eliminate this mismatch error. However, this may be specific to my particular environment: Windows 7 SP1, VS2012 & CMake 3.2.1

2015-03-30 15:25:06 -0600 received badge  Editor (source)
2015-03-30 15:21:20 -0600 answered a question Is Python 3.4.3 supported in openCV 3.0Beta?

Well after a week of effort and prowling the vast information provided by others I was finally able to build openCV 3.0 Beta with Python 3.4.3 with 64 bit versions directly from the Python & openCV sites

My environment is Windows 7 w/ SP1, CMake 3.2.1 and VS2012.

Tips: Not anyone post was found to be 100% accurate and/or match my specific setup - of course. Most confusing was that even though using VS2012: I had to reference VS 2011 2012 Win64 as the compiler in Cmake. I think this enables using the correct Platform Toolset VS 2012 (v110) in the VS setup for the openCV build. Also I had to ref my python3 dirs instead of python2 dirs in CMakes python2 variables definitions or else it would always be built with Python2 for the openCV build even though I had python3 variables defined too. I copied my resulting /install/.. dirs from my target dir for the build over to my Beta3.0\opencv dir. This becomes the pathway dir to ref in VS2012 for subsequent project builds i.e. Additional Include dirs & Additional Library dirs

Obviously I am a Newbie with much to learn!

2015-03-28 14:31:31 -0600 commented answer Is Python 3.4.3 supported in openCV 3.0Beta?

Thank you Tuannhtn for your kind response.

2015-03-26 12:47:49 -0600 received badge  Enthusiast
2015-03-23 14:18:42 -0600 asked a question Is Python 3.4.3 supported in openCV 3.0Beta?

Hello:

Can I reference Python 3.4.3 for use in openCV 3.0Beta? If not what is the latest Python version I can use?

HJ

2015-03-23 14:12:45 -0600 asked a question How do I rebuild 3.0Beta librarys, do I need too?

Hello:

I get a series of Linker errors trying to follow the procedure to install 3.0 Beta on Windows 7 using VS2012:

opencv_imgcodecs300.lib(rgbe.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1800' doesn't match value '1700' in TestIt.obj etc.

How do I get the distributed 3.0Beta libraries and my simple TestIt program to have matching _Msc_Ver values?

HJ

2015-02-02 22:05:45 -0600 asked a question Phong Light Model in openCV?

I am developing a an application that uses Python & openCV to detect small changes to camera scene. It would help if I could add the effect of a virtual light (e.g Phong) originating from behind the scene. Does anyone know if this can be done within openCV? Thanks.

Has anyone extended openCV functionality to include a virtual light source (Phong light model) to enhance an image.

2014-11-07 18:45:37 -0600 commented question Values returned by MouseCallBack?

I should have shared that I am using openCV in Python.

2014-11-07 18:44:36 -0600 commented answer Values returned by MouseCallBack?

Hello and thank you for your reply. Unfortunately I am using openCV in Python as I don't know C.

2014-11-07 12:16:03 -0600 received badge  Scholar (source)
2014-11-07 11:51:13 -0600 asked a question Values returned by MouseCallBack?

How do I get values defined within my MouseCallBack function to be accessible to separate Functions, Objects & Modules that are part of larger application? e.g. I tried putting my MouseCallback function within an upper level function and tried to use Return to get the values I wanted. I also tried putting it within a Class. Both scenarios had Global variables defined for the values I needed but I am not able to get the values I need to pass later on to other functions or objects in the larger application.

2014-11-03 13:41:46 -0600 asked a question template matching

Can the template be of a smaller scale than the source image in the matchTemmplate function?

2014-11-03 13:33:27 -0600 asked a question openCV in Tkinter Frame?

Is it possible to display VideoCapture frames directly into a Tkinter frame?

2014-10-03 22:04:21 -0600 asked a question OpenCV 3.0 Alpha

Is the 3.0 Alpha release for Windows x64 or x86(32bit) or both?

2014-08-23 11:37:10 -0600 asked a question Windows 7 Install

Is there a more cost effective means to install versus having to buy MS Visual Studio?