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
) const
Parameters
p
Order of the moment along the X-axis.
q
Order of the moment along the Y-axis.
Remarks
\mu_{pq} = \sum_{x} \sum_{y} (x - \bar{x})^p(y - \bar{y})^q I(x,y)
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
\mu_{pq} = \sum_{x} \sum_{y} (x - \bar{x})^p(y - \bar{y})^q I(x,y)
ECodedElement.GetCentralMoment
Computes the central, two-dimensional moment of order (p,q).
Module: open_evision
[Python]
GetCentralMoment(
p: int
q: int
) -> float
Parameters
p
Order of the moment along the X-axis.
q
Order of the moment along the Y-axis.
Remarks
\mu_{pq} = \sum_{x} \sum_{y} (x - \bar{x})p(y - \bar{y})q I(x,y)