Home
last modified time | relevance | path

Searched refs:PrPoint (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cvaux/src/
Dcvlcm.cpp253 CvPoint2D32f* PrPoint,
693 CvPoint2D32f* PrPoint, in _cvProjectionPointToSegment() argument
701 *PrPoint = *PointA; in _cvProjectionPointToSegment()
717 PrPoint->x = PointO->x - VectorAO.x + alfa*VectorAB.x; in _cvProjectionPointToSegment()
718 PrPoint->y = PointO->y - VectorAO.y + alfa*VectorAB.y; in _cvProjectionPointToSegment()