Sets the filter type. Select Interpolate, Replicate, Swap or Blur. Interpolate and Replicate are useful for removing field blur from grabbed images replaces the pixel in the other field with the average value of the pixels above and below it in the dominant field. Thus
if the dominant field is Odd, a pixel in line 2 will become the average value of the pixels above and below it in lines 1
and 3.
copies the dominant field into the other field.
is useful for correcting an image which has accidentally been rendered to the wrong fields; it swaps the contents of the
two fields over.
is useful for smoothing out field blur while retaining movement. It replaces each pixel with a value made of half the original
pixel value and a quarter of each of the values of the pixels directly above and below it.
|