LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

DeinterlaceCommandFlags Enumeration

Show in webframe







Flags that indicate how to deinterlace the image and whether to remove odd lines or even lines.

This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.

Syntax
[FlagsAttribute()]
public enum DeinterlaceCommandFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum DeinterlaceCommandFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As DeinterlaceCommandFlags
[FlagsAttribute()]
public enum DeinterlaceCommandFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  
enum LTDeinterlaceCommandFlags
public enum DeinterlaceCommandFlags
Leadtools.ImageProcessing.Effects.DeinterlaceCommandFlags = function() { };
Leadtools.ImageProcessing.Effects.DeinterlaceCommandFlags.prototype = {
None = 0x00000000, Normal = 0x00000001, Smooth = 0x00000002, Odd = 0x00000010, Even = 0x00000020, };
[FlagsAttribute()]
public enum class DeinterlaceCommandFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000NoneNo change.
0x00000001NormalDeinterlace the image by copying the data line into the removed lines.
0x00000002SmoothDeinterlace the image by averaging the data lines and copying the averaged data into the removed lines.
0x00000010OddRemove the odd lines.
0x00000020EvenRemove the even lines.
Remarks
You can use a bitwise OR (|) to specify one flag from each group.
Group Flags
Flags that indicate how to deinterlace the image. Smooth, Normal
Flags that indicate whether to remove odd or even lines. Odd, Even
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Effects.DeinterlaceCommandFlags

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Effects Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.