EKernel::EKernel

Constructs an EKernel object.

Namespace: Euresys::Open_eVision

[C++]

void EKernel(
)

void EKernel(
   short sizeX,
   short sizeY,
   float gain,
   OEV_UINT32 offset,
   Euresys::Open_eVision::EKernelRectifier rectifier,
   OEV_UINT32 outsideValue
)

void EKernel(
   Euresys::Open_eVision::EKernelType KernelType
)

Parameters

sizeX

Number of coefficients along a row.

sizeY

Number of coefficients along a column.

gain

Global gain.

offset

Global offset.

rectifier

Rectification mode, as defined by EKernelRectifier.

outsideValue

Out-of-limits image value.

KernelType

Kernel type, as defined by EKernelType.

Remarks

The default constructor constructs a void kernel. A void kernel has no associated convolution coefficients. The sizing constructor constructs a kernel of given size and global parameters. The third constructor constructs a kernel of a predefined type.

EKernel.EKernel

Constructs an EKernel object.

Namespace: Euresys.Open_eVision

[C#]

void EKernel(
)

void EKernel(
   short sizeX,
   short sizeY,
   float gain,
   uint offset,
   Euresys.Open_eVision.EKernelRectifier rectifier,
   uint outsideValue
)

void EKernel(
   Euresys.Open_eVision.EKernelType KernelType
)

Parameters

sizeX

Number of coefficients along a row.

sizeY

Number of coefficients along a column.

gain

Global gain.

offset

Global offset.

rectifier

Rectification mode, as defined by EKernelRectifier.

outsideValue

Out-of-limits image value.

KernelType

Kernel type, as defined by EKernelType.

Remarks

The default constructor constructs a void kernel. A void kernel has no associated convolution coefficients. The sizing constructor constructs a kernel of given size and global parameters. The third constructor constructs a kernel of a predefined type.