Enum IplBorder
Specifies the type of border to create around a copied image.
Namespace: OpenCV.Net
Assembly: OpenCV.Net.dll
Syntax
public enum IplBorder : int
Fields
| Name | Description |
|---|---|
| Constant | Specifies that the border is filled with a fixed value. |
| Reflect | This border type is currently unsupported. |
| Replicate | Specifies that the pixels from the top and bottom rows, the left-most and right-most columns are replicated to fill the border. |
| Wrap | This border type is currently unsupported. |