Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.0.0
Parameters
- x
- Type: System Double
The X-coordinate of the point to evaluate.
- y
- Type: System Double
The Y-coordinate of the point to evaluate.
- tolerance
- Type: System Double
The tolerance value. If the point specified by x and y is within the tolerance distance of a singular point, this function returns True.
Return Value
Type: BooleanTrue if the specified point is within tolerance of a singular point.
Returns True if the specified point is within the given tolerance of a singular point in the transform.
In the case of a transformation that includes a nonzero value for PerspectiveDX or PerspectiveDY, a line of singular points exists. This line can be determined by reflecting the "vanishing point" over the line of identity (the line formed by all points that are unchanged by the transformation), as shown in the following figure:
Note that when this transformation is inverted (points are mapped from the red space to the blue space), the "vanishing point" is singular.