OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:YcoefAB
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cvaux/include/
cvaux.h
500
double
YcoefAB
;
[
all
...]
/external/opencv/cvaux/src/
cvepilines.cpp
120
coeffs->YcoefB*betta + coeffs->
YcoefAB
*alphabetta;
631
coeffs->
YcoefAB
= -yB + yA + gamma * yB - gamma * yA;
649
coeffs->
YcoefAB
= -( -yB + yA + gamma * yB - gamma * yA);
[
all
...]
Completed in 31 milliseconds