OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mu30
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cv/include/
cvtypes.h
54
double mu20, mu11, mu02,
mu30
, mu21, mu12, mu03; /* central moments */
member in struct:CvMoments
/external/opencv/cv/src/
cvmoments.cpp
72
/*
mu30
= m30 - cx*(3*mu20 + cx*m10) */
73
moments->
mu30
= moments->m30 - cx * (3 * mu20 + cx * moments->m10);
533
nu30 = mState->
mu30
* s3,
Completed in 39 milliseconds