hi_vpc_bord_type
Description
Defines the border types for border making.
Prototype
HI_BORDER_CONSTANT = 0 HI_BORDER_REPLICATE = 1 HI_BORDER_REFLECT = 2 HI_BORDER_REFLECT_101 = 3
Members
Member |
Description |
|---|---|
HI_BORDER_CONSTANT |
Constant colored border. |
HI_BORDER_REPLICATE |
Last element replicated throughout. For example, aaaaaa|a*****h|hhhhhhh, where * indicates any image element. |
HI_BORDER_REFLECT |
Reflection of border elements (included). For example, ba|abc*******fgh|hg, where * indicates any image element. |
HI_BORDER_REFLECT_101 |
Reflection of border elements (excluded). For example, cb|abc****fgh|gf, where * indicates any image element. |
Parent topic: Image Processing