CWIMAQSearchDirections Enumeration

NI Vision for Visual Basic

CWIMAQSearchDirections Enumeration

CWIMAQSearchDirections determine the direction in which the Region of Interest (ROI) is examined when edge detection is performed.

You can use the following constants with this data type:

  • cwimaqBottomToTop—Searches from the bottom of the ROI to the top.
  • cwimaqLeftToRight—Searches from the left of the ROI to the right.
  • cwimaqRightToLeft—Searches from the right of the ROI to the left.
  • cwimaqTopToBottom—Searches from the top of the ROI to the bottom.

See Also

CWIMAQVision.FindEdges3