mcDiffSeqOpt Enumeration |
![]() |
Namespace: MediaCy.IQL.Operations
Public Enumeration mcDiffSeqOpt
Member name | Value | Description | |
---|---|---|---|
dsoWrap | 0 | Calculate the last frame as the difference between the last and first frames | |
dsoDiffOnly | 1 | Return only difference frames (result will be one frame shorter than the original) | |
dsoPadFirst | 2 | Pad the result with first frame of no difference (median intensity) | |
dsoPadLast | 3 | Pad the result with a last frame of no difference (median intensity) |