Searched defs:moment (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvmoments.cpp197 /* summarizes moment values for all tiles */
354 ////////////////////////////////// IPP moment functions //////////////////////////////////
511 // mState - moment structure filled by one of the icvMoments[Binary]*** function
567 // Purpose: Returns spatial moment(x_order, y_order) which is determined as:
572 // mom - moment structure filled by one of the icvMoments[Binary]*** function
573 // x_order - x order of the moment
574 // y_order - y order of the moment
576 // moment value or large negative number (-DBL_MAX) if error
583 double moment = -DBL_MAX; local
594 moment
[all...]

Completed in 408 milliseconds