Atalasoft dotImage Send comments on this topic.
DeInterlaceCommand Class
See Also  Members  
Atalasoft.dotImage Assembly > Atalasoft.Imaging.ImageProcessing.Effects Namespace : DeInterlaceCommand Class




This command will de-interlace an image.

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class DeInterlaceCommand 
   Inherits ImageRegionCommand
Visual Basic (Usage)Copy Code
Dim instance As DeInterlaceCommand
C# 
[SerializableAttribute()]
public class DeInterlaceCommand : ImageRegionCommand 
Managed Extensions for C++ 
[SerializableAttribute()]
public __gc class DeInterlaceCommand : public ImageRegionCommand 
C++/CLI 
[SerializableAttribute()]
public ref class DeInterlaceCommand : public ImageRegionCommand 

Remarks

Interlacing is when two frames, usually in video, are mixed together in one frame with odd lines being from one frame and even lines being from the other frame.  De-Interlacing can fix this with one of three options:

  1. Duplicating every other line
  2. Interpolating every other line
  3. Merging the odd and even lines

Inheritance Hierarchy

System.Object
   Atalasoft.Imaging.ImageProcessing.ImageCommand
      Atalasoft.Imaging.ImageProcessing.ImageRegionCommand
         Atalasoft.Imaging.ImageProcessing.Effects.DeInterlaceCommand

Requirements

Namespace: Atalasoft.Imaging.ImageProcessing.Effects

Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: Atalasoft.dotImage (in Atalasoft.dotImage.dll)

See Also