The LineMaxOperator type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Compares the equality of this object with another. (Overrides LineMaxOperatorBase Equals(Object).) | |
| Execute(IImage, IRegion) | Performs line finding on the supplied image. The inspection results are stored in a LineMaxResults object. | |
| Execute(IImageCollection, IRegionCollection) | Performs line finding on the supplied image. The inspection results are stored in a LineMaxResults object. | |
| Execute(IImage, IRegion, Image8Grey, Int32, Int32) | Performs line finding on the supplied image. The inspection results are stored in a LineMaxResults object. | |
| Execute(IImageCollection, IRegionCollection, Image8GreyCollection, Int32Collection, Int32Collection) | Performs line finding on the supplied image. The inspection results are stored in a LineMaxResults object. | |
| GetHashCode | Returns the hash code of this object. (Overrides LineMaxOperatorBase GetHashCode .) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetTypeMeta | Get the TypeMeta that describes the type of this object. | |
| ResumeAndRaiseChangedEvent | Re-enables raising of the ChangedEvent after SuspendChangedEvent has been called, and raises the ChangedEvent if the ChangedEventSuspended count is reduced to zero and any changes were made while events were suspended. Must be called once for each call to SuspendChangedEvent. | |
| SuspendChangedEvent | Temporarily suspends the raising of the ChangedEvent. May be called more than once, and a corresponding call to ResumeAndRaiseChangedEvent must be made for each call to SuspendChangedEvent. | |
| ToString | Returns a human readable string that represents the object. |