Click or drag to resize

FoundTransition(dvec2, dvec2, dvec2, dvec3) Constructor

Constructs a transition based on the given two end points and the transition point.

Namespace: RAYLASE.Marker.JobElement.ImageProcessing
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
public FoundTransition(
	dvec2 p1,
	dvec2 p2,
	dvec2 transitionPoint,
	dvec3 roiCenter
)

Parameters

p1  dvec2
The start point of the line.
p2  dvec2
The end point of the line.
transitionPoint  dvec2
The point where the scan line intersects with the transition line.
roiCenter  dvec3
The center of the region of interest the transition has been found in.
See Also