LineMaxOperatorBase Execute Method Cognex VisionPro 9.22 SR1
Overload List

  NameDescription
Public methodExecute(IImage, IRegion)

Performs line finding on the supplied image. The inspection results are stored in a LineMaxResults object.

Public methodExecute(IImageCollection, IRegionCollection)

Performs line finding on the supplied image. The inspection results are stored in a LineMaxResults object.

Public methodExecute(IImage, IRegion, Image8Grey, Int32, Int32)

Performs line finding on the supplied image. The inspection results are stored in a LineMaxResults object.

Public methodExecute(IImageCollection, IRegionCollection, Image8GreyCollection, Int32Collection, Int32Collection)

Performs line finding on the supplied image. The inspection results are stored in a LineMaxResults object.

Top
See Also