Click or drag to resize

IMcAlignmentApply Method

Creates an aligned sequence of the input images/frames.

Namespace:  MediaCy.IQL.Align
Assembly:  MediaCy.IQL.Align (in MediaCy.IQL.Align.dll) Version: 10.0.6912.0
Syntax
VB
Function Apply ( 
	Optional Flags As mcImageCreateFlags = mcImageCreateFlags.mcicfDefault,
	<OptionalAttribute> vSourceImg As Object
) As McImage

Parameters

Flags (Optional)
Type: MediaCy.IQL.EnginemcImageCreateFlags
vSourceImg (Optional)
Type: SystemObject

Return Value

Type: McImage
Remarks
Hidden method, should not be used by users. Combines SetSourceForAlignment, CalculateAlignment and CreateAlignedImage.
See Also