Template Function xFSobel3x3

Function Documentation

Warning

doxygenfunction: Unable to resolve function “xFSobel3x3” with arguments “(xf::cv::Mat<SRC_T, ROWS, COLS, NPC>&, xf::cv::Mat<DST_T, ROWS, COLS, NPC>&, xf::cv::Mat<DST_T, ROWS, COLS, NPC>&, ap_uint<8>, uint16_t, uint16_t)”. Candidate function could not be parsed. Parsing error is Error when parsing function declaration. If the function has no return type: Error in declarator or parameters-and-qualifiers Invalid C++ declaration: Expected identifier in nested name, got keyword: void [error at 64] template<int PLANES, int NPC, int DEPTH_SRC, int DEPTH_DST> void xFSobel3x3 (XF_PTNAME(DEPTH_DST) *GradientvaluesX, XF_PTNAME(DEPTH_DST) *GradientvaluesY, XF_PTNAME(DEPTH_SRC) *src_buf1, XF_PTNAME(DEPTH_SRC) *src_buf2, XF_PTNAME(DEPTH_SRC) *src_buf3) —————————————————————-^ If the function has a return type: Error in declarator or parameters-and-qualifiers If pointer to member declarator: Invalid C++ declaration: Expected ‘::’ in pointer to member (function). [error at 76] template<int PLANES, int NPC, int DEPTH_SRC, int DEPTH_DST> void xFSobel3x3 (XF_PTNAME(DEPTH_DST) *GradientvaluesX, XF_PTNAME(DEPTH_DST) *GradientvaluesY, XF_PTNAME(DEPTH_SRC) *src_buf1, XF_PTNAME(DEPTH_SRC) *src_buf2, XF_PTNAME(DEPTH_SRC) *src_buf3) —————————————————————————-^ If declarator-id: Invalid C++ declaration: Expecting “,” or “)” in parameters-and-qualifiers, got “*”. [error at 98] template<int PLANES, int NPC, int DEPTH_SRC, int DEPTH_DST> void xFSobel3x3 (XF_PTNAME(DEPTH_DST) *GradientvaluesX, XF_PTNAME(DEPTH_DST) *GradientvaluesY, XF_PTNAME(DEPTH_SRC) *src_buf1, XF_PTNAME(DEPTH_SRC) *src_buf2, XF_PTNAME(DEPTH_SRC) *src_buf3) ————————————————————————————————–^