Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

cvCircle(p_imgOriginal,CvPoint(cvRound(p_fltXYRadius[0]), cvRound(p_fltXYRadius[1])),3,CV_RGB(0,255,0), CV_FILLED);

(92): error C2661: 'CvPoint::CvPoint' : no overloaded function takes 2 arguments (98): error C2661: 'CvPoint::CvPoint' : no overloaded function takes 2 arguments can someone help me. pls

cvCircle(p_imgOriginal,CvPoint(cvRound(p_fltXYRadius[0]), cvRound(p_fltXYRadius[1])),3,CV_RGB(0,255,0), CV_FILLED);how I can fix this problem

(92): 1>LINK : fatal error C2661: 'CvPoint::CvPoint' : no overloaded function takes 2 arguments (98): error C2661: 'CvPoint::CvPoint' : no overloaded function takes 2 arguments LNK1104: cannot open file 'opencv_features2d220d.obj'

I put on Project > 'Your Project Name' Properties... > Configuration Properties > Linker > Input > all the .lib files in the opencv library:

BUT I have this problem.

can someone can help me. plsme. pls..!!

I also have a question can I use the code I wrote in windows and used in linux