BorderType Enumeration OpenCvSharp Class Library
Type of the border to create around the copied source image rectangle

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public enum BorderType
Members

  Member nameValueDescription
Constant0 Border is filled with the fixed value, passed as last parameter of the function. [IPL_BORDER_CONSTANT]
Replicate1 The pixels from the top and bottom rows, the left-most and right-most columns are replicated to fill the border. [IPL_BORDER_REPLICATE]
Reflect2 [IPL_BORDER_REFLECT]
Reflect1014 [IPL_BORDER_REFLECT_101]
Wrap3 [IPL_BORDER_WRAP]
Default4 [BORDER_DEFAULT]
Isolated16 [cv::BORDER_ISOLATED]
Auto-1 -1
See Also

Reference