Click or drag to resize

FoundTransition Properties

The FoundTransition type exposes the following members.

Properties
 NameDescription
Public propertyAngle The angle between the x axis and the line in rad, measured counter clockwise, in the range [-pi,+pi]. (Same as "Alpha" in the sketch above.)
(Inherited from FoundLine)
Public propertyArea The area enclosed of the object's contour.
(Inherited from BaseFoundImageProcessingObject)
Public propertyAveGrayValue The average gray value on the whole scan line.
Public propertyCenter The center (midpoint) of the line.
(Inherited from FoundLine)
Public propertyDistanceToOrigin
(Inherited from FoundLine)
Public propertyDistanceToRoiCenter The distance between the found object's center and the center of the region of interest in which the object has been found.
(Inherited from BaseFoundImageProcessingObject)
Public propertyFilterFields Only for the GUI: This array controls which properties in the result output will have a funnel for transferring a value range around the current value into the filter/selection group. If empty, all relevant properties will have a funnel.
(Inherited from FoundLine)
Public propertyGrayValue The gray value of the transition point.
Public propertyGrayValueRange The gray value range (MaxGrayValue-MinGrayValue) on the whole scan line.
Public propertyImageIndex The image processing plug-in has a ring buffer array of images where the result of an object finding process is stored. This index is stored here.
(Inherited from BaseFoundImageProcessingObject)
Public propertyLength The length of the line.
(Inherited from FoundLine)
Public propertyMaxGrayValue The maximal gray value on the whole scan line.
Public propertyMinGrayValue The minimal gray value on the whole scan line.
Public propertyObjectColor The color a found object will have when drawn in a result image.
(Inherited from BaseFoundImageProcessingObject)
Public propertyObjectFields The list of the relevant parameters and their values in the result output.
(Inherited from FoundLine)
Public propertyObjectText The list of parameters and their values as string for showing in the GUI.
(Inherited from FoundLine)
Public propertyObjectTypeTitle The title of an object entry in the list of results.
Public propertyObjectUnit The unit the found object's coordinate are in. Pixel or millimeter.
(Inherited from BaseFoundImageProcessingObject)
Public propertyP1 The first point of the line.
(Inherited from FoundLine)
Public propertyP2 The second point of the line.
(Inherited from FoundLine)
Public propertyPhi The angle between the normal of the line and the x axis as used in the Hessian normal form.
(Inherited from FoundLine)
Public propertyPlumbPoint This is the point with the shortest distance between the line and the origin.
(Inherited from FoundLine)
Public propertyPoint1 The first point of the line as type System.Drawing.Point.
(Inherited from FoundLine)
Public propertyPoint2 The second point of the line as type System.Drawing.Point.
(Inherited from FoundLine)
Public propertyR The distance R between the origin and the line as used in the Hessian normal form.
(Inherited from FoundLine)
Public propertyRoiCenter The center of the region of interest in which the object has been found in micrometers in world coordinates in the workspace's coordinate system.
(Inherited from BaseFoundImageProcessingObject)
Public propertyScanPosition The position of the scan line in x direction as percentage of the distance between P1 and P2 in the range of 0..100.
Public propertySearchNo The sequential number of the search which is done during the image processing job. I. e. an identifier for the 1st, 2nd or 3rd search an object has been found in; the value is 1, 2 or 3.
(Inherited from BaseFoundImageProcessingObject)
Public propertySize The size of the (possibly rotated) bounding box around the object.
(Inherited from BaseFoundImageProcessingObject)
Public propertyTransitionPoint The point where the scan line intersects with the found object. I. e. where the gray value along the scan line meets the defined condition.
Protected propertyUnitFactor Unit factor to convert micrometers into millimeters in case the unit is not pixel.
(Inherited from BaseFoundImageProcessingObject)
Top
See Also