CogLineMax Execute Method Cognex VisionPro
Overload List

  NameDescription
Public methodExecute(ICogImage, ICogRegion)
Performs line finding on the supplied image. The inspection results are stored in a CogLineMaxResults object.
Public methodExecute(IEnumerable ICogImage , IEnumerable ICogRegion )
Performs line finding on the supplied images. The inspection results are stored in a CogLineMaxResults object.
Public methodExecute(ICogImage, ICogRegion, CogImage8Grey, Int32, Int32)
Performs line finding on the supplied image. The inspection results are stored in a CogLineMaxResults object.
Public methodExecute(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.
Top
See Also