Click or drag to resize

mcDiffSeqOpt Enumeration

Namespace:  MediaCy.IQL.Operations
Assembly:  MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
Syntax
VB
Public Enumeration mcDiffSeqOpt
Members
  Member nameValueDescription
dsoWrap0Calculate the last frame as the difference between the last and first frames
dsoDiffOnly1Return only difference frames (result will be one frame shorter than the original)
dsoPadFirst2Pad the result with first frame of no difference (median intensity)
dsoPadLast3Pad the result with a last frame of no difference (median intensity)
See Also