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
SyntaxFunction 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
RemarksHidden method, should not be used by users. Combines SetSourceForAlignment, CalculateAlignment and CreateAlignedImage.
See Also