MCPcopy Create free account
hub / github.com/creatale/node-dv / cvBoxPoints

Function cvBoxPoints

deps/opencv/modules/imgproc/src/geometry.cpp:86–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84
85
86CV_IMPL void
87cvBoxPoints( CvBox2D box, CvPoint2D32f pt[4] )
88{
89 if( !pt )
90 CV_Error( CV_StsNullPtr, "NULL vertex array pointer" );
91 cv::RotatedRect(box).points((cv::Point2f*)pt);
92}
93
94
95int

Callers

nothing calls this directly

Calls 1

pointsMethod · 0.80

Tested by

no test coverage detected