EKernel::GetKernelData

Returns the convolution coefficient of given indices.

Namespace: Euresys::Open_eVision

[C++]

void GetKernelData(
   int columnIndex,
   int rowIndex,
   float& coefficientValue
)

Parameters

columnIndex

Column index, from 0 on, increasing rightwards.

rowIndex

Row index, from 0 on, increasing downwards.

coefficientValue

Reference to the coefficient value.

EKernel.GetKernelData

Returns the convolution coefficient of given indices.

Namespace: Euresys.Open_eVision

[C#]

void GetKernelData(
   int columnIndex,
   int rowIndex,
   out float coefficientValue
)

Parameters

columnIndex

Column index, from 0 on, increasing rightwards.

rowIndex

Row index, from 0 on, increasing downwards.

coefficientValue

Reference to the coefficient value.