Overload List
| Name | Description | |
|---|---|---|
| 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. |
See Also