Overload List
| Name | Description | |
|---|---|---|
| Execute(ICogImage, ICogRegion) |
Performs line finding on the supplied image. The inspection results are
stored in a
CogLineMaxResults
object.
| |
| Execute(IEnumerable ICogImage , IEnumerable ICogRegion ) |
Performs line finding on the supplied images. The inspection results are
stored in a
CogLineMaxResults
object.
| |
| Execute(ICogImage, ICogRegion, CogImage8Grey, Int32, Int32) |
Performs line finding on the supplied image. The inspection results are
stored in a
CogLineMaxResults
object.
| |
| Execute(IEnumerable ICogImage , IEnumerable ICogRegion , IEnumerable CogImage8Grey , IEnumerable Int32 , IEnumerable Int32 ) |
Performs line finding on the supplied images. The inspection results are
stored in a
CogLineMaxResults
object.
|
See Also