CWIMAQStraightEdgeSearchModes Enumeration
From NI Vision for Visual Basic
CWIMAQStraightEdgeSearchModes Enumeration
CWIMAQStraightEdgeSearchModes are constants that specify the type of straight edge search to use.
You can use the following constants with this data type:
- cwimaqUseBestHoughLine—Finds the strongest straight edge using all points detected on a rake.
- cwimaqUseBestProjectionEdge—Finds the strongest projected edge location to determine the straight edge.
- cwimaqUseBestRakeEdges—Fits a straight edge on the best points detected using a rake.
- cwimaqUseFirstProjectionEdge—Uses the location of the first projected edge as the straight edge.
- cwimaqUseFirstRakeEdges—Fits a straight edge on the first points detected using a rake.