CogFindCorner Execute Method Cognex VisionPro
Perform corner finding on the supplied input image.

Namespace: Cognex.VisionPro.Caliper
Assembly: Cognex.VisionPro.Caliper (in Cognex.VisionPro.Caliper.dll) Version: 65.1.0.0
Syntax

public CogFindCornerResult Execute(
	CogImage8Grey image
)

Return Value

Type: CogFindCornerResult
The results of this operation. Note that this may be a partial result if one or both lines were not found, or if the found lines do not intersect in a single point.
Exceptions

ExceptionCondition
ArgumentExceptionIf image is NULL.
See Also