Click or drag to resize
BorderType Enumeration
http://www.emgu.com
The type for CopyMakeBorder function

Namespace: Emgu.CV.CvEnum
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.2.0.2682 (3.2.0.2682)
Syntax
public enum BorderType
Members
  Member nameValueDescription
NegativeOne-1 Used by some cuda methods, will pass the value -1 to the function
Constant0 Border is filled with the fixed value, passed as last parameter of the function
Replicate1 The pixels from the top and bottom rows, the left-most and right-most columns are replicated to fill the border
Reflect2 Reflect
Wrap3 Wrap
Reflect1014 Reflect 101
Transparent5 Transparent
Default4 The default border interpolation type.
Isolated16 do not look outside of ROI
See Also