EKernelRectifier Enum

Possible values for the rectification mode of a kernel. This property allows specifying how negative convolution result values are handled.

Namespace: Euresys::Open_eVision

EKernelRectifier_DoNotRectify
The offset of the kernel is added to the values resulting from the convolution. Negative values are then set to zero, and the values that exceed the maximum value for the image type are set to this maximum value.
EKernelRectifier_KeepNegative
The positive values are discarded (set to zero) and the magnitude (absolute value) of the negative values is used.
EKernelRectifier_KeepPositive
Positive value is used. The negative values are discarded (set to zero).
EKernelRectifier_Absolute
The absolute value is used.

EKernelRectifier Enum

Possible values for the rectification mode of a kernel. This property allows specifying how negative convolution result values are handled.

Namespace: Euresys.Open_eVision

DoNotRectify
The offset of the kernel is added to the values resulting from the convolution. Negative values are then set to zero, and the values that exceed the maximum value for the image type are set to this maximum value.
KeepNegative
The positive values are discarded (set to zero) and the magnitude (absolute value) of the negative values is used.
KeepPositive
Positive value is used. The negative values are discarded (set to zero).
Absolute
The absolute value is used.