Perform corner finding on the supplied input image.
Namespace: Cognex.VisionPro.CaliperAssembly: Cognex.VisionPro.Caliper (in Cognex.VisionPro.Caliper.dll) Version: 65.1.0.0
Syntax
Parameters
- image
- Type: Cognex.VisionPro CogImage8Grey
The input image to be processed.
Return Value
Type: CogFindCornerResultThe 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
| Exception | Condition |
|---|---|
| ArgumentException | If image is NULL. |
See Also