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

Invoke.JoinProfilesIntoImage_OfSeries

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

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

See also