EHitAndMissKernel::SetValue

Sets the value of an element of the kernel at a given coordinate.

Namespace: Euresys::Open_eVision

[C++]

void SetValue(
   int x,
   int y,
   Euresys::Open_eVision::EHitAndMissValue value
)

Parameters

x

The abscissa of the element.

y

The ordinate of the element.

value

The value of the element.

EHitAndMissKernel.SetValue

Sets the value of an element of the kernel at a given coordinate.

Namespace: Euresys.Open_eVision

[C#]

void SetValue(
   int x,
   int y,
   Euresys.Open_eVision.EHitAndMissValue value
)

Parameters

x

The abscissa of the element.

y

The ordinate of the element.

value

The value of the element.