CogLineMaxEdgePoint Intensity Property Cognex VisionPro
Gets the image intensity at the edge point location.

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

public double Intensity { get; }

Property Value

Type: Double
The grey level intensity.
Remarks

The set of pixels used to compute GradientX and GradientY are similarly processed to compute intensity; except the pixel intensities rather than the pixel contrasts are manipulated.

See Also