Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
Dcvepilines.cpp78 CvPoint3D64d *pointSym2) in icvGetSymPoint3D() argument
90 pointSym2->x = pointCorner.x + alpha*(point1.x - pointCorner.x); in icvGetSymPoint3D()
91 pointSym2->y = pointCorner.y + alpha*(point1.y - pointCorner.y); in icvGetSymPoint3D()
92 pointSym2->z = pointCorner.z + alpha*(point1.z - pointCorner.z); in icvGetSymPoint3D()
/external/opencv/cvaux/include/
Dcvaux.h561 CvPoint3D64f *pointSym2);