OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:det2
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cvaux/src/
decomppoly.cpp
155
int det, det1,
det2
;
224
det2
= ix1 * iy0 - ix0 * iy1;
225
t2 = ( ( float )(
det2
) ) / det;
/external/opencv/cxcore/src/
cxmatrix.cpp
761
#define
det2
(m) (m(0,0)*m(1,1) - m(0,1)*m(1,0))
macro
[
all
...]
Completed in 471 milliseconds