Ask Your Question

wajihullahbaig's profile - activity

2013-02-18 11:19:41 -0600 commented answer Problem compiling cvBlobsLib with OpenCV 2.4.2

@unxnut - Thanks for the suggestion mate!

2013-02-18 11:13:44 -0600 asked a question Cannot Build cvblobslib_v_8_3 with VS 2012 and Opencv 2.4.2

From my question here at stackoverflow, I now have had to face another error

afxv_w32.h(16): fatal error C1189:

error : WINDOWS.H already included. MFC apps must not #include <windows.h>

Please tell me how to fix this? I am unable to find a solution yet

2013-02-18 11:10:56 -0600 received badge  Supporter (source)
2012-09-29 06:37:20 -0600 received badge  Editor (source)
2012-09-29 06:32:53 -0600 answered a question Convexity Defects in OpenCV 2.4.2

Check out this answer

convexity defects C++ OpenCv

HullPoints should not be a vector of points. Instead a vector of int. But for a working examples Check out the sample in the documentation below

http://docs.opencv.org/doc/tutorials/imgproc/shapedescriptors/hull/hull.html

2012-09-29 06:24:04 -0600 answered a question Convexity Defects in OpenCV 2.4.2

Use

cv::convexityDefects(...)

Worked for me!