Enum BorderType
The type for CopyMakeBorder function
public enum BorderType
Fields
Constant = 0
Border is filled with the fixed value, passed as last parameter of the function
Default = 4
The default border interpolation type.
Isolated = 16
Do not look outside of ROI
NegativeOne = -1
Used by some cuda methods, will pass the value -1 to the function
Reflect = 2
Reflect
Reflect101 = 4
Reflect 101
Replicate = 1
The pixels from the top and bottom rows, the left-most and right-most columns are replicated to fill the border
Transparent = 5
Transparent
Wrap = 3
Wrap