The type for CopyMakeBorder function
Namespace:
Emgu.CV.CvEnumAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
| C# |
|---|
public enum BORDER_TYPE |
| Visual Basic (Declaration) |
|---|
Public Enumeration BORDER_TYPE |
| Visual C++ |
|---|
public enum class BORDER_TYPE |
Members
| Member name | 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
|