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

Function cvClipLine

deps/opencv/modules/core/src/drawing.cpp:2492–2497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2490}
2491
2492CV_IMPL int
2493cvClipLine( CvSize size, CvPoint* pt1, CvPoint* pt2 )
2494{
2495 CV_Assert( pt1 && pt2 );
2496 return cv::clipLine( size, *(cv::Point*)pt1, *(cv::Point*)pt2 );
2497}
2498
2499
2500CV_IMPL int

Callers

nothing calls this directly

Calls 1

clipLineFunction · 0.85

Tested by

no test coverage detected