Enum BorderTypes
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Type of the border to create around the copied source image rectangle
[SuppressMessage("Microsoft.Design", "CA1717: Only FlagsAttribute enums should have plural names")]
public enum BorderTypes
Fields
Constant = 0Border is filled with the fixed value, passed as last parameter of the function.
iiiiii|abcdefgh|iiiiiiiwith some specifiediDefault = 4same as BORDER_REFLECT_101
Isolated = 16do not look outside of ROI
Reflect = 2fedcba|abcdefgh|hgfedcbReflect101 = 4gfedcb|abcdefgh|gfedcbaReplicate = 1The pixels from the top and bottom rows, the left-most and right-most columns are replicated to fill the border.
aaaaaa|abcdefgh|hhhhhhhTransparent = 5uvwxyz|absdefgh|ijklmnoWrap = 3cdefgh|abcdefgh|abcdefg