CWMVFindCTUsingTwoRectsOptions
CWMVFindCTUsingTwoRectsOptions contains optional parameters used by the CWMachineVision.FindCoordTransformUsingTwoRects method. These optional parameters include two sets of parameters to CWIMAQVision.Rake, one for each search area, and properties that indicate what overlays to add to the image.
Properties
MainAxis | Filter parameters used to detect the main axis. |
SecondaryAxis | Filter parameters used to detect the secondary axis. |
ShowEdgesFound | Boolean that determines if the locations of the edges found are overlaid on the result image. The default is False. |
ShowResult | Boolean that determines if the coordinate system found is overlaid on the result image. The default is True. |
ShowSearchArea | Boolean that determines if the search area is overlaid on the image. The default is False. |
ShowSearchLines | Boolean that determines if the search lines used to locate the edges are overlaid on the image. The default is False. |