CogFindEllipse PropertiesCognex VisionPro

The CogFindEllipse type exposes the following members.

Properties

  NameDescription
Public propertyCaliperProjectionLength
The length of each caliper region along the caliper projection direction. Specified in units of the selected space of the input image.
Public propertyCaliperRunParams
Parameters used to run the calipers.
Public propertyCaliperSearchDirection
Indicates whether each caliper should search inward towards the center of the Ellipse, or outward away from the center of the Ellipse.
Public propertyCaliperSearchLength
The length of each caliper region along the caliper search direction. Specified in units of the selected space of the input image.
Public propertyChangedEventSuspended
If nonzero, indicates that the raising of the Changed event has been suspended. This value is incremented when SuspendChangedEvent is called and decremented when ResumeAndRaiseChangedEvent is called.
Public propertyDecrementNumToIgnore
If DecrementNumToIgnore is true then the number of points ignored is actually (NumToIgnore - Number of calipers that found no edge).
Public propertyExpectedEllipticalArc
The expected EllipticalArc which is used to position the calipers for finding the Ellipse.
Public propertyExpectedOrientation
The orientation angle that the ellipse will be constrained to if orientation is constrained.
Public propertyFitConstraint
Which ellipse fitting criteria will be used.
Public propertyHasChanged
If true, the serializable state of this object has changed since the last time it was serialized.
Public propertyNumCalipers
Number of calipers used to find the Ellipse. NumCalipers - NumToIgnore must be greater than or equal to the minimum number of points required to find the shape. For example, minimum points for a line = 2, circle = 3, & ellipse = 5.
Public propertyNumToIgnore
The number of points that will be ignored in the fitting operation. If DecrementNumToIgnore is true then the number of points ignored is actually (NumToIgnore - Number of calipers that found no edge).
Top
See Also