Gets the average intensity along the line segment.
Namespace: Cognex.Vision.LineMax.ImplementationAssembly: Cognex.Vision.LineMax.Net (in Cognex.Vision.LineMax.Net.dll) Version: 9.22.2.0
public abstract double Intensity { get; }public abstract double Intensity { get; }Public MustOverride ReadOnly Property Intensity As Double
Get
Public MustOverride ReadOnly Property Intensity As Double
Get
public:
virtual property double Intensity {
double get () abstract;
}public:
virtual property double Intensity {
double get () abstract;
}Return Value
Type:
DoubleThe average pixel grey level.
Intensity is computed using the average Intensity of all the Inliers of the line segment.