Click or drag to resize

IMcOperations2SumFrames Method

Calculate sum of all frames in sequence.

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

Parameters

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

Return Value

Type: McImage

Implements

IMcOperationsSumFrames(Object, mcImageCreateFlags)
Remarks
The result image is a floating point type with number of channels corresponded to the original image.
See Also