Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
86
CV_IMPL void
87
cvBoxPoints( 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
95
int
Callers
nothing calls this directly
Calls
1
points
Method · 0.80
Tested by
no test coverage detected