copyMakeBorder¶

Functionality¶
Forms a border around an image.
Inputs¶
- borderType_in – Border type. See borderInterpolate for details.
- bottom_in – Border width in number of pixels in corresponding directions.
- color_in – Border value if borderType==BORDER_CONSTANT.
- image_in – Input image.
- left_in – Border width in number of pixels in corresponding directions.
- right_in – Border width in number of pixels in corresponding directions.
- top_in – Border width in number of pixels in corresponding directions.
Outputs¶
- image_out – Output image.