CogCaliperResults MapFromImage Method Cognex VisionPro 9.8
Map from the image to one of the caliper 1D spaces.

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

public double MapFromImage(
	double x,
	double y,
	CogCaliperSpaceConstants toSpace
)

Return Value

Type: Double

The mapped point.

Exceptions

ExceptionCondition
ArgumentException

toSpace is not a member of CogCaliperSpaceConstants.

Remarks

Maps a point from the input image to one of the three defined 1-d spaces supported by the Caliper tool: Filter, Projection, and Result.

See Also