Gets the average intensity along the line segment.
Namespace: Cognex.VisionPro.LineMaxAssembly: Cognex.VisionPro.LineMax (in Cognex.VisionPro.LineMax.dll) Version: 85.1.0.0
public double Intensity { get; }public double Intensity { get; }Public ReadOnly Property Intensity As Double
Get
Public ReadOnly Property Intensity As Double
Get
public:
property double Intensity {
double get ();
}public:
property double Intensity {
double get ();
}Property Value
Type:
Double
The average pixel grey level.
Intensity is computed using the average
Intensity
of all the
Inliers
of the line segment.