IMcLiveTilingRunOnSequence Method
|
|
Run Live Tiling on sequence
Namespace:
MediaCy.IQL.Live
Assembly:
MediaCy.IQL.Live (in MediaCy.IQL.Live.dll) Version: 10.0.6912.0
SyntaxFunction RunOnSequence (
Optional Flags As mcImageCreateFlags = mcImageCreateFlags.mcicfDefault,
<OptionalAttribute> <OutAttribute> ByRef rCropRect As Object,
<OptionalAttribute> vTargetImage As Object
) As McImage
Parameters
- Flags (Optional)
- Type: MediaCy.IQL.EnginemcImageCreateFlags
image creation flags of the cropped output. Note that if the Flag includes mctlcfSkipROICalculation bit, not output ROI is calculated - rCropRect (Optional)
- Type: SystemObject
returns inscribed rectangle that includes only pixels with data (excluding any empty areas). This rectangle can be used to create ROI to crop the output. - vTargetImage (Optional)
- Type: SystemObject
source image sequence
Return Value
Type:
McImage
RemarksCreates a tiled image from input sequence. The input sequence
must contain a set of images where frame shift should not exceed 25% of image size.
See Also