Lines Matching defs:moment
197 /* 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;
594 moment = (&(moments->m00))[order + (order >> 1) + (order > 2) * 2 + y_order];
598 return moment;
604 // Purpose: Returns central moment(x_order, y_order) which is determined as:
610 // mom - moment structure filled by one of the icvMoments[Binary]*** function
611 // x_order - x order of the moment
612 // y_order - y order of the moment
614 // moment value or large negative number (-DBL_MAX) if error
647 // Purpose: Returns normalized central moment(x_order,y_order) which is determined as:
653 // mom - moment structure filled by one of the icvMoments[Binary]*** function
654 // x_order - x order of the moment
655 // y_order - y order of the moment
657 // moment value or large negative number (-DBL_MAX) if error