FoundLineLinearFunction Method |
Calculates the gradient and y-intercept of the straight line.
Namespace: RAYLASE.Marker.JobElement.ImageProcessingAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntaxpublic (double m, double b) LinearFunction()
Return Value
ValueTupleDouble,
DoubleDuple containing gradient m and y-intercept b.
See Also