OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XcoefAB
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cvaux/include/
cvaux.h
495
double
XcoefAB
;
[
all
...]
/external/opencv/cvaux/src/
cvepilines.cpp
117
coeffs->XcoefB*betta + coeffs->
XcoefAB
*alphabetta;
626
coeffs->
XcoefAB
= -xB + xA + gamma * xB - gamma * xA;
644
coeffs->
XcoefAB
= -( -xB + xA + gamma * xB - gamma * xA);
[
all
...]
Completed in 136 milliseconds