The type for CopyMakeBorder function
Namespace: Emgu.CV.CvEnumAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
C# | Visual Basic | Visual C++ |
public enum BORDER_TYPE
Public Enumeration BORDER_TYPE
public enum class BORDER_TYPE
Members
Member | Description |
---|---|
CONSTANT |
border is filled with the fixed value, passed as last parameter of the function
|
REPLICATE |
the pixels from the top and bottom rows, the left-most and right-most columns are replicated to fill the border
|