[FlagsAttribute()]public enum DeinterlaceCommandFlags
typedef NS_OPTIONS(NSUInteger, LTDeinterlaceCommandFlags) public final class DeinterlaceCommandFlagsextends java.lang.Enum<DeinterlaceCommandFlags>
[FlagsAttribute()]public enum class DeinterlaceCommandFlags
class DeinterlaceCommandFlags(Enum):None = 0Normal = 1Smooth = 2Odd = 16Even = 32
| Value | Member | Description |
|---|---|---|
| 0x00000000 | None | No change. |
| 0x00000001 | Normal | Deinterlace the image by copying the data line into the removed lines. |
| 0x00000002 | Smooth | Deinterlace the image by averaging the data lines and copying the averaged data into the removed lines. |
| 0x00000010 | Odd | Remove the odd lines. |
| 0x00000020 | Even | Remove the even lines. |
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 |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document
