You are here: Start » AVL.NET » AVS.ImageSegmentToSurfaceCoordinates Method

AVS.ImageSegmentToSurfaceCoordinates Method

Finds the surface coordinates of image segment.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ImageSegmentToSurfaceCoordinates
(
	AvlNet.Segment2D inImageSegment,
	AvlNet.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	out AvlNet.Segment2D outSurfaceSegment,
	INullable<AvlNet.Segment3D> outSurfaceSegment3D
)

Parameters

Name Type Range Default Description
inImageSegmentAvlNet.Segment2D
inSurfaceCoordinatesFormatAvlNet.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outSurfaceSegmentAvlNet.Segment2D
outSurfaceSegment3DAvlNet.INullable<AvlNet.Segment3D> Can be null to skip this parameter calculation.

Function Overrides

See also