Lines Matching refs:m00
53 if( fabs(moments->m00) > DBL_EPSILON ) in icvCompleteMomentState()
55 double inv_m00 = 1. / moments->m00; in icvCompleteMomentState()
180 moments->m00 = a00 * db1_2; in icvContourMoments()
211 moments->m00 += tiles[0]; in icvAccumulateMoments()
451 icvGetSpatialMoment_64f_p( ippmomentstate, 0, 0, 0, cvPoint(0,0), &moments->m00 ); in cvMoments()
528 double m00s = mState->inv_sqrt_m00, m00 = m00s * m00s, s2 = m00 * m00, s3 = s2 * m00s; in cvGetHuMoments() local
594 moment = (&(moments->m00))[order + (order >> 1) + (order > 2) * 2 + y_order]; in cvGetSpatialMoment()
634 mu = (&(moments->m00))[4 + order * 3 + y_order]; in cvGetCentralMoment()
637 mu = moments->m00; in cvGetCentralMoment()
665 double m00s, m00; in cvGetNormalizedCentralMoment() local
675 m00 = m00s * m00s; in cvGetNormalizedCentralMoment()
678 m00 *= m00s; in cvGetNormalizedCentralMoment()
679 mu *= m00; in cvGetNormalizedCentralMoment()