OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cosmax
(Results
1 - 1
of
1
) sorted by null
/external/opencv3/modules/features2d/src/
blobdetector.cpp
240
double
cosmax
= -cosmin;
local
244
double imax = 0.5 * (moms.mu20 + moms.mu02) - 0.5 * (moms.mu20 - moms.mu02) *
cosmax
- moms.mu11 * sinmax;
Completed in 95 milliseconds