Ask Your Question

amani's profile - activity

2017-12-20 09:37:57 -0600 commented question Building contours from points

have you tried sort functions on the vector of points?

2017-12-20 07:45:55 -0600 commented question Building contours from points

Can you post some code and examples?

2016-03-24 10:36:56 -0600 asked a question Visual studio C++ with opencv 2.4.9

Hello everyone,

I have been trying to make Opencv work with VC++ for quite a while now. But I kept having errors, such as missing msvcp110d.dll and wntdll.pdb not loaded. After trying a little digging and trying different proposals, I figured out that I have to build opencv using cmake. I did that but the generation does not create *.dll files nor *.lib files. I guess I'm doing something wrong but I cant tell what it is. Neither the configuration or the generation step are giving me errors.

My computer has windows 8.1 with visual studio 2015 professional (with all the necessary modules fro C++)

your help is much needed