Click or drag to resize

FoundBlobCreateBoundingBoxD Method

Creates the (possibly rotated) bounding box of the blob.

Namespace: RAYLASE.Marker.JobElement.ImageProcessing
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.48.0
Syntax
C#
public dvec3[] CreateBoundingBoxD(
	dvec3 center,
	dvec2 size
)

Parameters

center  dvec3
The blob's center point in the coordinate system the blob is located in.
size  dvec2
The blob's size.

Return Value

dvec3

[Missing <returns> documentation for "M:RAYLASE.Marker.JobElement.ImageProcessing.FoundBlob.CreateBoundingBoxD(GlmSharp.dvec3,GlmSharp.dvec2)"]

See Also