Click or drag to resize

FoundLine(Double, Double, dvec3) Constructor

Constructs a line using the distance R from the roiCenter and the angle phi.

Namespace: RAYLASE.Marker.JobElement.ImageProcessing
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.26.1
Syntax
C#
public FoundLine(
	double r,
	double phi,
	dvec3 roiCenter
)

Parameters

r  Double
The distance to the center.
phi  Double
The angle between the perpendicular of the line and the positive x axis in rad.
roiCenter  dvec3
The center of the region of interest the line has been found in.
See Also