HomeSort by relevance Sort by last modified time
    Searched refs:mu21 (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 75 /* mu21 = m21 - cx*(2*mu11 + cx*m01) - cy*mu20 */
76 moments->mu21 = moments->m21 - cx * (mu11 + cx * moments->m01) - cy * mu20;
534 nu21 = mState->mu21 * s3, nu12 = mState->mu12 * s3, nu03 = mState->mu03 * s3;

Completed in 1632 milliseconds