Simd Library Documentation.

Home | Release Notes | Download | Documentation | Issues | GitHub
WarpAffineFlags Class Reference

Describes Warp Affine flags. More...

Inherits Flag.

Static Public Attributes

int Default = 0
 Default Warp Affine flags.
 
int ChannelByte = 0
 8-bit integer channel type.
 
int ChannelMask = 1
 Bit mask of channel type.
 
int InterpNearest = 0
 Nearest pixel interpolation method.
 
int InterpBilinear = 2
 Bilinear pixel interpolation method.
 
int InterpMask = 2
 Bit mask of pixel interpolation options.
 
int BorderConstant = 0
 Nearest pixel interpolation method.
 
int BorderTransparent = 4
 Bilinear pixel interpolation method.
 
int BorderMask = 4
 Bit mask of pixel interpolation options.
 

Detailed Description

Describes Warp Affine flags.

This type used in function Simd.WarpAffineInit.