You are here: Start » AVL.NET » AVL.JoinProfilesIntoImage_OfSeries Method

AVL.JoinProfilesIntoImage_OfSeries Method

Creates an image by joining 1D profiles, which appear in consecutive iterations.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void JoinProfilesIntoImage_OfSeries(
	ref AvlNet.JoinProfilesIntoImage_OfSeriesState ioState,
	AvlNet.Profile inProfile,
	int inSeriesSize,
	out AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
ioStateAvlNet.JoinProfilesIntoImage_OfSeriesState
inProfileAvlNet.ProfileInput profile.
inSeriesSizeint<1, INF>Number of profiles that constitute a single image.
outImageAvlNet.ImageA depth image every inSeriesSize iterations, or Nil in all other iterations.

Errors

Error type Description
DomainError Input profiles do not have the same sizes in JoinProfilesIntoImage_OfSeries.

See also