Searched defs:moment (Results 1 – 5 of 5) sorted by relevance
53 protected FourthMoment moment; field in Kurtosis
47 protected ThirdMoment moment = null; field in Skewness
66 protected FirstMoment moment; field in Mean
74 protected SecondMoment moment = null; field in Variance
583 double moment = -DBL_MAX; in cvGetSpatialMoment() local