CogFeatureCrsp Constructor (Double, Double, Double, Double)Cognex VisionPro 9.7
Construct this CogFeatureCrsp with the supplied components.

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

public CogFeatureCrsp(
	double imageX,
	double imageY,
	double physicalX,
	double physicalY
)

Parameters

imageX
Type: System Double
The x value of the image position for this feature.
imageY
Type: System Double
The y value of the image position for this feature.
physicalX
Type: System Double
The x value of the physical position for this feature.
physicalY
Type: System Double
The y value of the physical position for this feature.
See Also