Click or drag to resize

FoundTransition(Point, Point, dvec3, NullableGuid) Constructor

Constructs the transition with the given points, sets z value to 0.

Namespace: RAYLASE.Marker.JobElement.ImageProcessing
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.49.0
Syntax
C#
public FoundTransition(
	Point p1,
	Point p2,
	dvec3 roiCenter,
	Guid? searcherGuid = null
)

Parameters

p1  Point

[Missing <param name="p1"/> documentation for "M:RAYLASE.Marker.JobElement.ImageProcessing.FoundTransition.#ctor(System.Drawing.Point,System.Drawing.Point,GlmSharp.dvec3,System.Nullable{System.Guid})"]

p2  Point

[Missing <param name="p2"/> documentation for "M:RAYLASE.Marker.JobElement.ImageProcessing.FoundTransition.#ctor(System.Drawing.Point,System.Drawing.Point,GlmSharp.dvec3,System.Nullable{System.Guid})"]

roiCenter  dvec3
The center of the region of interest the transition has been found in.
searcherGuid  NullableGuid  (Optional)
The Guid of the searcher which creates this object.
See Also