Author: Wayne Rasband (wsr at nih.gov) History: 2002/05/16: First version
2007/09/18: Bug fix
2011/07/12: Adds dialog with three methods
2011/09/27: Supports four methods
Source: Deinterlace_.java Installation: Drag and drop Deinterlace_.class to the "ImageJ" window. Description: This plugin deinterlaces an image or stack using one of four methods:
- Even field only (replace odd lines with the average of the adjacent lines)
- Odd field only (replace even lines with the average of the adjacent lines)
- Double: even field followed by odd field
- Double: odd field followed by even field