You are here: Start » AVL.NET » Invoke.ImageSegmentToSurfaceCoordinates

Invoke.ImageSegmentToSurfaceCoordinates

Finds the surface coordinates of image segment.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void ImageSegmentToSurfaceCoordinates
(
	Avl.Segment2D inImageSegment,
	Avl.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	out Avl.Segment2D outSurfaceSegment,
	Optional<Avl.Segment3D> outSurfaceSegment3D
)

Parameters

Name Type Range Default Description
inImageSegmentAvl.Segment2D
inSurfaceCoordinatesFormatAvl.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outSurfaceSegmentAvl.Segment2D
outSurfaceSegment3DAtl.Optional<Avl.Segment3D>

See also