namespace cv¶
insertBorder¶
#include "dnn/xf_insertBorder.hpp"
Parameters:
| TYPE | input and ouput type |
| SRC_ROWS | rows of the input image |
| SRC_COLS | cols of the input image |
| DST_ROWS | rows of the output image |
| DST_COLS | cols of the output image |
| NPC | number of pixels processed per cycle |
| _src | input image |
| _dst | output image |
| insert_pad_val | insert pad value |