Template Function xf::cv::xFBitwiseNOTKernel
Defined in File xf_arithm.hpp
Function Documentation
-
template<int SRC_T, int ROWS, int COLS, int PLANES, int DEPTH, int NPC, int WORDWIDTH_SRC, int WORDWIDTH_DST, int COLS_TRIP>
void xf::cv::xFBitwiseNOTKernel(xf::cv::Mat<SRC_T, ROWS, COLS, NPC> &_src, xf::cv::Mat<SRC_T, ROWS, COLS, NPC> &_dst, uint16_t image_height, uint16_t image_width) xFBitwiseNOT: Performs bitwise NOT for a XF_8UP image Inputs: _src Output: _dst