EKernel::SetKernelData

Sets the convolution coefficient values at the given indices.

Namespace: Euresys::Open_eVision

[C++]

void SetKernelData(
   int columnIndex,
   int rowIndex,
   float coefficientValue
)

void SetKernelData(
   float coefficientValue00,
   float coefficientValue10,
   float coefficientValue20,
   float coefficientValue01,
   float coefficientValue11,
   float coefficientValue21,
   float coefficientValue02,
   float coefficientValue12,
   float coefficientValue22
)

void SetKernelData(
   float coefficientValue00,
   float coefficientValue10,
   float coefficientValue20,
   float coefficientValue30,
   float coefficientValue40,
   float coefficientValue01,
   float coefficientValue11,
   float coefficientValue21,
   float coefficientValue31,
   float coefficientValue41,
   float coefficientValue02,
   float coefficientValue12,
   float coefficientValue22,
   float coefficientValue32,
   float coefficientValue42,
   float coefficientValue03,
   float coefficientValue13,
   float coefficientValue23,
   float coefficientValue33,
   float coefficientValue43,
   float coefficientValue04,
   float coefficientValue14,
   float coefficientValue24,
   float coefficientValue34,
   float coefficientValue44
)

void SetKernelData(
   float coefficientValue00,
   float coefficientValue10,
   float coefficientValue20,
   float coefficientValue30,
   float coefficientValue40,
   float coefficientValue50,
   float coefficientValue60,
   float coefficientValue01,
   float coefficientValue11,
   float coefficientValue21,
   float coefficientValue31,
   float coefficientValue41,
   float coefficientValue51,
   float coefficientValue61,
   float coefficientValue02,
   float coefficientValue12,
   float coefficientValue22,
   float coefficientValue32,
   float coefficientValue42,
   float coefficientValue52,
   float coefficientValue62,
   float coefficientValue03,
   float coefficientValue13,
   float coefficientValue23,
   float coefficientValue33,
   float coefficientValue43,
   float coefficientValue53,
   float coefficientValue63,
   float coefficientValue04,
   float coefficientValue14,
   float coefficientValue24,
   float coefficientValue34,
   float coefficientValue44,
   float coefficientValue54,
   float coefficientValue64,
   float coefficientValue05,
   float coefficientValue15,
   float coefficientValue25,
   float coefficientValue35,
   float coefficientValue45,
   float coefficientValue55,
   float coefficientValue65,
   float coefficientValue06,
   float coefficientValue16,
   float coefficientValue26,
   float coefficientValue36,
   float coefficientValue46,
   float coefficientValue56,
   float coefficientValue66
)

Parameters

columnIndex

Column index, from 0 on, increasing rightwards.

rowIndex

Row index, from 0 on, increasing downwards.

coefficientValue

New coefficientValue.

coefficientValue00

Coefficient value at corresponding column and row indices.

coefficientValue10

Coefficient value at corresponding column and row indices.

coefficientValue20

Coefficient value at corresponding column and row indices.

coefficientValue01

Coefficient value at corresponding column and row indices.

coefficientValue11

Coefficient value at corresponding column and row indices.

coefficientValue21

Coefficient value at corresponding column and row indices.

coefficientValue02

Coefficient value at corresponding column and row indices.

coefficientValue12

Coefficient value at corresponding column and row indices.

coefficientValue22

Coefficient value at corresponding column and row indices.

coefficientValue30

Coefficient value at corresponding column and row indices.

coefficientValue40

Coefficient value at corresponding column and row indices.

coefficientValue31

Coefficient value at corresponding column and row indices.

coefficientValue41

Coefficient value at corresponding column and row indices.

coefficientValue32

Coefficient value at corresponding column and row indices.

coefficientValue42

Coefficient value at corresponding column and row indices.

coefficientValue03

Coefficient value at corresponding column and row indices.

coefficientValue13

Coefficient value at corresponding column and row indices.

coefficientValue23

Coefficient value at corresponding column and row indices.

coefficientValue33

Coefficient value at corresponding column and row indices.

coefficientValue43

Coefficient value at corresponding column and row indices.

coefficientValue04

Coefficient value at corresponding column and row indices.

coefficientValue14

Coefficient value at corresponding column and row indices.

coefficientValue24

Coefficient value at corresponding column and row indices.

coefficientValue34

Coefficient value at corresponding column and row indices.

coefficientValue44

Coefficient value at corresponding column and row indices.

coefficientValue50

Coefficient value at corresponding column and row indices.

coefficientValue60

Coefficient value at corresponding column and row indices.

coefficientValue51

Coefficient value at corresponding column and row indices.

coefficientValue61

Coefficient value at corresponding column and row indices.

coefficientValue52

Coefficient value at corresponding column and row indices.

coefficientValue62

Coefficient value at corresponding column and row indices.

coefficientValue53

Coefficient value at corresponding column and row indices.

coefficientValue63

Coefficient value at corresponding column and row indices.

coefficientValue54

Coefficient value at corresponding column and row indices.

coefficientValue64

Coefficient value at corresponding column and row indices.

coefficientValue05

Coefficient value at corresponding column and row indices.

coefficientValue15

Coefficient value at corresponding column and row indices.

coefficientValue25

Coefficient value at corresponding column and row indices.

coefficientValue35

Coefficient value at corresponding column and row indices.

coefficientValue45

Coefficient value at corresponding column and row indices.

coefficientValue55

Coefficient value at corresponding column and row indices.

coefficientValue65

Coefficient value at corresponding column and row indices.

coefficientValue06

Coefficient value at corresponding column and row indices.

coefficientValue16

Coefficient value at corresponding column and row indices.

coefficientValue26

Coefficient value at corresponding column and row indices.

coefficientValue36

Coefficient value at corresponding column and row indices.

coefficientValue46

Coefficient value at corresponding column and row indices.

coefficientValue56

Coefficient value at corresponding column and row indices.

coefficientValue66

Coefficient value at corresponding column and row indices.

Remarks

The function can also set the coefficient values for 3x3, 5x5 and 7x7 kernels.

EKernel.SetKernelData

Sets the convolution coefficient values at the given indices.

Namespace: Euresys.Open_eVision

[C#]

void SetKernelData(
   int columnIndex,
   int rowIndex,
   float coefficientValue
)

void SetKernelData(
   float coefficientValue00,
   float coefficientValue10,
   float coefficientValue20,
   float coefficientValue01,
   float coefficientValue11,
   float coefficientValue21,
   float coefficientValue02,
   float coefficientValue12,
   float coefficientValue22
)

void SetKernelData(
   float coefficientValue00,
   float coefficientValue10,
   float coefficientValue20,
   float coefficientValue30,
   float coefficientValue40,
   float coefficientValue01,
   float coefficientValue11,
   float coefficientValue21,
   float coefficientValue31,
   float coefficientValue41,
   float coefficientValue02,
   float coefficientValue12,
   float coefficientValue22,
   float coefficientValue32,
   float coefficientValue42,
   float coefficientValue03,
   float coefficientValue13,
   float coefficientValue23,
   float coefficientValue33,
   float coefficientValue43,
   float coefficientValue04,
   float coefficientValue14,
   float coefficientValue24,
   float coefficientValue34,
   float coefficientValue44
)

void SetKernelData(
   float coefficientValue00,
   float coefficientValue10,
   float coefficientValue20,
   float coefficientValue30,
   float coefficientValue40,
   float coefficientValue50,
   float coefficientValue60,
   float coefficientValue01,
   float coefficientValue11,
   float coefficientValue21,
   float coefficientValue31,
   float coefficientValue41,
   float coefficientValue51,
   float coefficientValue61,
   float coefficientValue02,
   float coefficientValue12,
   float coefficientValue22,
   float coefficientValue32,
   float coefficientValue42,
   float coefficientValue52,
   float coefficientValue62,
   float coefficientValue03,
   float coefficientValue13,
   float coefficientValue23,
   float coefficientValue33,
   float coefficientValue43,
   float coefficientValue53,
   float coefficientValue63,
   float coefficientValue04,
   float coefficientValue14,
   float coefficientValue24,
   float coefficientValue34,
   float coefficientValue44,
   float coefficientValue54,
   float coefficientValue64,
   float coefficientValue05,
   float coefficientValue15,
   float coefficientValue25,
   float coefficientValue35,
   float coefficientValue45,
   float coefficientValue55,
   float coefficientValue65,
   float coefficientValue06,
   float coefficientValue16,
   float coefficientValue26,
   float coefficientValue36,
   float coefficientValue46,
   float coefficientValue56,
   float coefficientValue66
)

Parameters

columnIndex

Column index, from 0 on, increasing rightwards.

rowIndex

Row index, from 0 on, increasing downwards.

coefficientValue

New coefficientValue.

coefficientValue00

Coefficient value at corresponding column and row indices.

coefficientValue10

Coefficient value at corresponding column and row indices.

coefficientValue20

Coefficient value at corresponding column and row indices.

coefficientValue01

Coefficient value at corresponding column and row indices.

coefficientValue11

Coefficient value at corresponding column and row indices.

coefficientValue21

Coefficient value at corresponding column and row indices.

coefficientValue02

Coefficient value at corresponding column and row indices.

coefficientValue12

Coefficient value at corresponding column and row indices.

coefficientValue22

Coefficient value at corresponding column and row indices.

coefficientValue30

Coefficient value at corresponding column and row indices.

coefficientValue40

Coefficient value at corresponding column and row indices.

coefficientValue31

Coefficient value at corresponding column and row indices.

coefficientValue41

Coefficient value at corresponding column and row indices.

coefficientValue32

Coefficient value at corresponding column and row indices.

coefficientValue42

Coefficient value at corresponding column and row indices.

coefficientValue03

Coefficient value at corresponding column and row indices.

coefficientValue13

Coefficient value at corresponding column and row indices.

coefficientValue23

Coefficient value at corresponding column and row indices.

coefficientValue33

Coefficient value at corresponding column and row indices.

coefficientValue43

Coefficient value at corresponding column and row indices.

coefficientValue04

Coefficient value at corresponding column and row indices.

coefficientValue14

Coefficient value at corresponding column and row indices.

coefficientValue24

Coefficient value at corresponding column and row indices.

coefficientValue34

Coefficient value at corresponding column and row indices.

coefficientValue44

Coefficient value at corresponding column and row indices.

coefficientValue50

Coefficient value at corresponding column and row indices.

coefficientValue60

Coefficient value at corresponding column and row indices.

coefficientValue51

Coefficient value at corresponding column and row indices.

coefficientValue61

Coefficient value at corresponding column and row indices.

coefficientValue52

Coefficient value at corresponding column and row indices.

coefficientValue62

Coefficient value at corresponding column and row indices.

coefficientValue53

Coefficient value at corresponding column and row indices.

coefficientValue63

Coefficient value at corresponding column and row indices.

coefficientValue54

Coefficient value at corresponding column and row indices.

coefficientValue64

Coefficient value at corresponding column and row indices.

coefficientValue05

Coefficient value at corresponding column and row indices.

coefficientValue15

Coefficient value at corresponding column and row indices.

coefficientValue25

Coefficient value at corresponding column and row indices.

coefficientValue35

Coefficient value at corresponding column and row indices.

coefficientValue45

Coefficient value at corresponding column and row indices.

coefficientValue55

Coefficient value at corresponding column and row indices.

coefficientValue65

Coefficient value at corresponding column and row indices.

coefficientValue06

Coefficient value at corresponding column and row indices.

coefficientValue16

Coefficient value at corresponding column and row indices.

coefficientValue26

Coefficient value at corresponding column and row indices.

coefficientValue36

Coefficient value at corresponding column and row indices.

coefficientValue46

Coefficient value at corresponding column and row indices.

coefficientValue56

Coefficient value at corresponding column and row indices.

coefficientValue66

Coefficient value at corresponding column and row indices.

Remarks

The function can also set the coefficient values for 3x3, 5x5 and 7x7 kernels.