CWIMAQGrayEdgeMethods Enumeration

NI Vision for Visual Basic

CWIMAQGrayEdgeMethods Enumeration

CWIMAQGrayEdgeMethods are the constants for the EdgeMethod parameter of the EdgeFilter method.

You can use the following constants with this data type:

  • cwimaqGrayEdgeDiffer—Differentiation filter.
  • cwimaqGrayEdgeGradient—Gradient filter.
  • cwimaqGrayEdgePrewitt—Prewitt filter.
  • cwimaqGrayEdgeRoberts—Roberts filter.
  • cwimaqGrayEdgeSigma—Sigma filter.
  • cwimaqGrayEdgeSobel—Sobel filter.

See Also

CWIMAQVision.EdgeFilter