BorderType Fields |
The BorderType type exposes the following members.
| Name | Description | |
|---|---|---|
| Constant |
Border is filled with the fixed value, passed as last parameter of the function
| |
| Default |
The default border interpolation type.
| |
| Isolated |
Do not look outside of ROI
| |
| NegativeOne |
Used by some cuda methods, will pass the value -1 to the function
| |
| Reflect |
Reflect
| |
| Reflect101 |
Reflect 101
| |
| Replicate |
The pixels from the top and bottom rows, the left-most and right-most columns are replicated to fill the border
| |
| Transparent |
Transparent
| |
| value__ | ||
| Wrap |
Wrap
|