AboutBox | Displays the About box for the control.
|
CountAndMeasureObjects | Locates, counts, and measures objects in a rectangular search area. This method uses a threshold on the pixel intensities to segment the objects from their background.
|
CreateCWMVCommonEdgeOptions | Creates and returns a CWMVCommonEdgeOptions object.
|
CreateCWMVCoordinateTransformation | Creates and returns a CWMVCoordinateTransformation object.
|
CreateCWMVCountAndMeasureObjectsOptions | Creates and returns a CWMVCountAndMeasureObjectsOptions object.
|
CreateCWMVFindCircularEdgeOptions | Creates and returns a CWMVFindCircularEdgeOptions object.
|
CreateCWMVFindCircularEdgeReport | Creates and returns a CWMVFindCircularEdgeReport object.
|
CreateCWMVFindConcentricEdgeReport | Creates and returns a CWMVFindConcentricEdgeReport object.
|
CreateCWMVFindCTUsingPatternOptions | Creates and returns a CWMVFindCTUsingPatternOptions object.
|
CreateCWMVFindCTUsingTwoRectsOptions | Creates and returns a CWMVFindCTUsingTwoRectsOptions object.
|
CreateCWMVFindPatternOptions | Creates and returns a CWMVFindPatternOptions object.
|
CreateCWMVFindStraightEdgeReport | Creates and returns a CWMVFindStraightEdgeReport object.
|
CreateCWMVLightMeterLineReport | Creates and returns a CWMVLightMeterLineReport object.
|
CreateCWMVLightMeterRectangleReport | Creates and returns a CWMVLightMeterRectangleReport object.
|
CreateCWMVObjectsReport | Creates and returns a CWMVObjectsReport object.
|
DrawArrow | Draws an arrow on the input overlay. The arrow is centered at the start point of the line and is directed away from the end point.
|
DrawCircularPoint | Draws a circular point on the input overlay.
|
DrawCrosshair | Draws a crosshair centered at the specified point.
|
DrawLineWithArrows | Draws a line segment with arrows at either the start point, the end point, or both.
|
DrawPatternMatch | Draws a crosshair and a framed circle centered at the position of the pattern match result, and a rotated rectangle that illustrates the bounding points.
|
DrawSquarePoint | Draws a square point on the input overlay.
|
FindCircularEdge | Locates a circular edge in a search area. This method locates the intersection points between a set of search lines defined by a spoke and the edge of an object. The intersection points are determined based on their contrast and slope.
|
FindConcentricEdge | Locates a straight edge in a circular search area. This method locates the intersection points between a set of concentric search lines and the edge of an object. The intersection points are determined based on their contrast and slope.
|
FindCoordTransformUsingPattern | Searches for a template image in a rectangular search area of the input Image. The method uses the location and orientation of the template found to create the reference coordinate system or to update the measurement coordinate system. This method can overlay, on the image returned, the position of the search area and the location and orientation of the coordinate system found.
|
FindCoordTransformUsingRect | Computes a transformation based on the position of an object in a search area of an image. The location and orientation of the coordinate system found is used to create the reference coordinate system or to update the measurement coordinate system. The method can overlay, on the image returned, the position of the search area, the search lines, the edges found, and the location and orientation of the coordinate system found.
|
FindCoordTransformUsingTwoRects | Computes a coordinate system based on the position of an object in two search areas of an image. The location and orientation of the coordinate system found is used to create the reference position of a coordinate system or to update the current location and orientation of an existing coordinate system. The function has the capability to overlay, on the image returned, the position of the search area, the search lines, the edges found, and the location and orientation of the Coordinate System found.
|
FindPattern | Searches for a template image in a rectangular search area of the image. If the template image has not been previously learned, this method automatically learns the template for the configured match stage.
|
FindStraightEdge | Locates a straight edge in a search area. This method locates the intersection points between a set of parallel search lines, or rake, and the edge of an object. The intersection points are determined based on their contrast and slope.
|
GetSelectedAnnulusFromViewer | Returns a copy of the annulus at the specified index from the region of interest on the viewer.
|
GetSelectedLineFromViewer | Returns a copy of the line at the specified index from the region of interest on the viewer.
|
GetSelectedPointFromViewer | Returns a copy of the point at the specified index from the region of interest on the viewer.
|
GetSelectedRectangleFromViewer | Returns a copy of the rectangle at the specified index from the region of interest on the viewer.
|
GetSelectedRotatedRectFromViewer | Returns a copy of the rotated rectangle at the specified index from the region of interest on the viewer.
|
LightMeterLine | Measures the pixel intensities on a line of an image.
|
LightMeterPoint | Measures the pixel intensities in a 3 x 3 pixel neighborhood centered on a point of an image.
|
LightMeterRectangle | Calculates statistics about the pixel intensities inside a rectangular region of an image.
|
MeasureMaximumDistance | Measures a distance in either the horizontal or vertical direction, from the sides of the search area towards the center of the search area. This method locates edges along a set of parallel search lines, or rake. The edges are determined based on their contrast and slope.
|
MeasureMinimumDistance | Measures a distance in the horizontal or vertical direction, from the center of the search area towards the sides of the search area. This method locates edges along a set of parallel search lines, or rake. The edges are determined based on their contrast and slope.
|
SetupViewerForAnnulusSelection | Hides menu items in the pop-up menu of the given viewer so it displays only the tools needed to select an annulus.
|
SetupViewerForLineSelection | Hides menu items in the pop-up menu of the given viewer so it displays only the tools needed to select a line.
|
SetupViewerForPointSelection | Hides menu items in the pop-up menu of the given viewer so it displays only the tools needed to select a point.
|
SetupViewerForRectangleSelection | Hides menu items in the pop-up menu of the given viewer so it displays only the tools needed to select an rectangle.
|
SetupViewerForRotatedRectSelection | Hides menu items in the popup menu of the given viewer so it only displays tools needed to select a rotated rectangle.
|
TransformRegions | Rotates and translates a Regions collection to transform the Regions from the reference coordinate system to the measurement coordinate system.
|