Deinterlacing

Authors: Maccarrone Roberta (rob3rt4@hotmail.it)
Oliva Maria (maria_17_88@live.com)
Advisor: Sebastiano Battiato (battiato@dmi.unict.it)
History: This plugin was implemented in August 2011
Works with: RGB image sequences
ImageJ's Version: 1.44p (used to develop this plugin)
Source: pluginDeinterlacing.java
Installation: Download pluginDeinterlacing.java to the plugins folder
and compile it with "Compile and Run" command.
Description:

"Deinterlacing" converts a sequence of RGB interlaced images to progressive.
Each interlaced image contains information about two consecutive images:

  • the first is contained in odd lines (odd field)
  • the second is contained in even lines (even field)

The even lines are discarded from odd lines or vice versa .
The deinterlacing algorithm consists of two steps:

  1. even fields are separated from odd fields according to the user's choice
  2. missing fields are interpolated with one of the following types of interpolation: Replication, Bilinear, Bicubic
Usage:
  1. Select odd or even fields
  2. Select interpolation type to be applied
  3. Choose to generate the html report
  4. If you want to generate report,insert file's name
    (The report is generated in the images' same folder)
| ImageJ Plugins Page| ImageJ Home Page| IPLab@CT Home Page