ECodedElement::GetCentralMoment

Computes the central, two-dimensional moment of order (p,q).

Namespace: Euresys::Open_eVision

[C++]

float GetCentralMoment(
   OEV_UINT32 p,
   OEV_UINT32 q
)

Parameters

p

Order of the moment along the X-axis.

q

Order of the moment along the Y-axis.

Remarks

<latex>\mu_{pq} = \sum_{x} \sum_{y} (x - \bar{x})^p(y - \bar{y})^q I(x,y)</latex>

ECodedElement.GetCentralMoment

Computes the central, two-dimensional moment of order (p,q).

Namespace: Euresys.Open_eVision

[C#]

float GetCentralMoment(
   uint p,
   uint q
)

Parameters

p

Order of the moment along the X-axis.

q

Order of the moment along the Y-axis.

Remarks

<latex>\mu_{pq} = \sum_{x} \sum_{y} (x - \bar{x})^p(y - \bar{y})^q I(x,y)</latex>