HomeSort by relevance Sort by last modified time
    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