Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

You must to use c++ version cv::Point2f test; std::cout << test << std::endl;

You must to use c++ version version
cv::Point2f test; test;
std::cout << test << std::endl;

You must to use c++ version
CvPoint2D32f test = cvPoint2D32f(12,12);
cv::Point2f test; testCpp(test);
std::cout << test testCPP << std::endl;