[This is preliminary documentation and is subject to change.]

The type for CopyMakeBorder function

Namespace:  Emgu.CV.CvEnum
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public enum BORDER_TYPE
Public Enumeration BORDER_TYPE
public enum class BORDER_TYPE

Members

MemberDescription
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

See Also