LineMaxEdgePoint Intensity Property Cognex VisionPro 9.21 SR1

Gets the image intensity at the edge point location.

Namespace: Cognex.Vision.LineMax
Assembly: Cognex.Vision.LineMax.Net (in Cognex.Vision.LineMax.Net.dll) Version: 9.21.1.1
Syntax

public double Intensity { get; }

Return 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