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:
- even fields are separated from odd fields according to the user's choice
- missing fields are interpolated with one of the following types of interpolation: Replication, Bilinear, Bicubic
Usage:
- Select odd or even fields
- Select interpolation type to be applied
- Choose to generate the html report
- 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