EKernel::SetSize

Sets the number of coefficients along a row and along a column.

Namespace: Euresys::Open_eVision

[C++]

void SetSize(
   short n16SizeX,
   short n16SizeY
)

Parameters

n16SizeX

The number of coefficients along a row.

n16SizeY

The number of coefficients along a column.

EKernel.SetSize

Sets the number of coefficients along a row and along a column.

Namespace: Euresys.Open_eVision

[C#]

void SetSize(
   short n16SizeX,
   short n16SizeY
)

Parameters

n16SizeX

The number of coefficients along a row.

n16SizeY

The number of coefficients along a column.