2014-01-20 3 views

답변

6

:

cv::RotatedRect RotRect; 
// Fill in RotRect somehow... 

//Get four corners 
cv::Point2f pts[4]; 
RotRect.points(pts); 

documentation 또한 예를 갖는다.

관련 문제