Enum BorderTypes
Type of the border to create around the copied source image rectangle
Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public enum BorderTypes
Remarks
Fields
Name | Description |
---|---|
Constant | Border is filled with the fixed value, passed as last parameter of the function.
|
Default | same as BORDER_REFLECT_101 |
Isolated | do not look outside of ROI |
Reflect |
|
Reflect101 |
|
Replicate | The pixels from the top and bottom rows, the left-most and right-most columns are replicated to fill the border.
|
Transparent |
|
Wrap |
|