Click or drag to resize

IMcOperationsDiffFrames Method

Calculate frame-to-frame difference

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

Parameters

vSourceImg (Optional)
Type: SystemObject
optional source image
eOptions (Optional)
Type: MediaCy.IQL.OperationsmcDiffSeqOpt
type of calculating the last frame difference
Flags (Optional)
Type: MediaCy.IQL.EnginemcImageCreateFlags

Return Value

Type: McImage
See Also