ECodedElement::ComputeWeightedGravityCenter

Computes the gravity center of a given image over the coded element An object or a hole..

Namespace: Euresys::Open_eVision

[C++]

EPoint ComputeWeightedGravityCenter(
   const EROIBW8& image
) const

Parameters

image

The input image.

ECodedElement.ComputeWeightedGravityCenter

Computes the gravity center of a given image over the coded element.

Namespace: Euresys.Open_eVision

[C#]

EPoint ComputeWeightedGravityCenter(
   EROIBW8 image
)

Parameters

image

The input image.

ECodedElement.ComputeWeightedGravityCenter

Computes the gravity center of a given image over the coded element.

Module: open_evision

[Python]

ComputeWeightedGravityCenter(
    image: EROIBW8
) -> EPoint

Parameters

image

The input image.