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

Completed in 49 milliseconds