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
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.
The positive values are discarded (set to zero) and the magnitude (absolute value) of the negative values is used.
Positive value is used. The negative values are discarded (set to zero).
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
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.
The positive values are discarded (set to zero) and the magnitude (absolute value) of the negative values is used.
Positive value is used. The negative values are discarded (set to zero).
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.
Module: open_evision
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.
The positive values are discarded (set to zero) and the magnitude (absolute value) of the negative values is used.
Positive value is used. The negative values are discarded (set to zero).
The absolute value is used.