Ask Your Question

hassan's profile - activity

2017-02-19 00:53:19 -0600 asked a question xfeatures2d module not being detected on OpenCV 3.2.0 in Python 2.7

I cannot seem to get the xfeatures2d module working in Python 2.7 on OpenCV 3.2.0. Can somebody point out where would be a good place to start looking for a solution? I have already recompiled opencv whilst specifying the extra modules location and path.

2014-04-04 04:55:32 -0600 commented question How to do Region Growing Using Average Color as A Seed to Grow Pixels?

This is your killing time project... respect man!

2014-02-16 04:33:17 -0600 received badge  Supporter (source)
2014-02-16 04:33:17 -0600 received badge  Scholar (source)
2014-02-16 04:33:12 -0600 commented answer Compiling OpenCV with Cmake, Unable to locate dlls and pdbs

Ok, I found them. Thanks. But I noticed that they are labelled as "opencv_core300d.dll". Why is the version being shown as 3.0.0 when I downloaded 2.4.8?

2014-02-15 12:55:45 -0600 asked a question Compiling OpenCV with Cmake, Unable to locate dlls and pdbs

Hi, I'm trying to compile OpenCV 2.4.8 with VS 2013 with cmake, using the official guide (http://docs.opencv.org/doc/tutorials/introduction/windows_install/windows_install.html).

However, when I build the OpenCV solution, I'm unable to find the created dlls and pdbs. Can anybody guide me as to where these files might be?

2012-09-05 01:46:19 -0600 received badge  Self-Learner (source)
2012-09-01 09:46:42 -0600 answered a question OpenCV on VS 2010 Express, Invalid License Data Error

Uninstall Visual C++ 2010.

Uninstall Visual C++ 2010 Isolated Shell

(... Uninstall every visual c++ 2010 related program in the add\remove programs list in the control panel, I had only these two, so I listed only these two above)

Reinstall Visual C++ 2010.

2012-08-26 03:22:44 -0600 asked a question OpenCV on VS 2010 Express, Invalid License Data Error

Hi,

I'm a beginner at OpenCV (still stuck at installing the libraries). I tried following this tutorial but got the error from VSC++ "Invalid License data. Reinstall is required" when compiling from cmake. reinstallation had no effect whatsoever.

Any help would be appreciated.

Thanks