DeInterlace
Function
This function has three different modes to replace one field of an interlaced
image, replacing the field with one of 3 options:
Parameters
|
Type
|
Defaults
|
Function
|
field |
int
|
0 |
The field to be kept 0 = even field |
mode |
int
|
0 |
The mode at with which the other field is replaced (see above) 0=Replicate |
Synopsis
image DeInterlace( image, int field, int mode);
Script
image = DeInterlace( image, field, mode);
Command Line
shake -deinterlace field mode
See Also
Interlace, SwapFields,
Field