The CogFindLine type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CaliperProjectionLength | The length of each caliper region along the caliper projection direction. Specified in units of the selected space of the input image. | |
| CaliperRunParams | Parameters used to run the calipers. | |
| CaliperSearchDirection | Specifies the search direction of the caliper with respect to the tangent of the shape at the center of each caliper region. The default is PI/2 which indicates a search direction that is perpendicular to the tangent. | |
| CaliperSearchLength | The length of each caliper region along the caliper search direction. Specified in units of the selected space of the input image. | |
| ChangedEventSuspended | 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. | |
| DecrementNumToIgnore | If DecrementNumToIgnore is true then the number of points ignored is actually (NumToIgnore - Number of calipers that found no edge). | |
| ExpectedLineSegment | The expected LineSegment which is used to position the calipers for finding the Line. | |
| HasChanged | If true, the serializable state of this object has changed since the last time it was serialized. | |
| NumCalipers | Number of calipers used to find the Line. 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. | |
| NumToIgnore | 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). |
See Also