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

Invoke.JoinProfilesIntoImage_OfSeries

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void JoinProfilesIntoImage_OfSeries
(
	Avl.JoinProfilesIntoImage_OfSeriesState ioState,
	Avl.Profile inProfile,
	int inSeriesSize,
	Conditional<Avl.Image> outImage
)

Parameters

Name Type Range Default Description
ioStateAvl.JoinProfilesIntoImage_OfSeriesState
inProfileAvl.ProfileInput profile.
inSeriesSizeint<1, INF>Number of profiles that constitute a single image.
outImageAtl.Conditional<Avl.Image>A depth image every inSeriesSize iterations, or Nil in all other iterations.

See also