Searched refs:pPoint0 (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvlee.cpp3434 pCvPointFloat pPoint0 = &pFocus->node; local
3437 CvDirection Vector01 = {pPoint0->x - pPoint1->x,pPoint0->y - pPoint1->y};
3453 map[2] = pPoint0->x - Normal.x*half_h;
3454 map[5] = pPoint0->y - Normal.y*half_h;
3468 pCvPointFloat pPoint0 = &pFocus->node; local
3471 CvDirection Vector01 = {pPoint0->x - pPoint1->x,pPoint0->y - pPoint1->y};
3487 map[2] = pPoint0->x - Normal.x*half_h;
3488 map[5] = pPoint0
[all...]

Completed in 42 milliseconds