vpi.GradientMethod

class vpi.GradientMethod

Define the method to generate gradients.

Enumeration values

vpi.GradientMethod.SOBEL

Generate the gradient in x direction and y direction via Sobel operator.

vpi.GradientMethod.BLUR_PREWITT

Generate the gradient by using Prewitt operator on blurred input image.