http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
The type for CopyMakeBorder function
Namespace: Emgu.CV.CvEnumAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public enum BORDER_TYPE |
Visual Basic |
---|
Public Enumeration BORDER_TYPE |
Visual C++ |
---|
public enum class BORDER_TYPE |
Members
Member name | Value | Description | |
---|---|---|---|
CONSTANT | 0 | Border is filled with the fixed value, passed as last parameter of the function | |
REPLICATE | 1 | The pixels from the top and bottom rows, the left-most and right-most columns are replicated to fill the border | |
REFLECT | 2 | Reflect | |
WRAP | 3 | Wrap | |
REFLECT101 | 4 | Reflect 101 | |
TRANSPARENT | 5 | Transparent | |
ISOLATED | 6 | Isolated |