Template Function xf::cv::Core_Process

Function Documentation

Warning

doxygenfunction: Unable to resolve function “xf::cv::Core_Process” with arguments “(XF_DTUNAME(SRC_T, NPC), int&, int&, int&, int, int, int)”. 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 71] template<int BFORMAT, int SRC_T, int NPC, int DEPTH, int buf_size> void Core_Process (XF_DTUNAME(SRC_T, NPC) imgblock[5][buf_size], int &b, int &g, int &r, int row, int col, int loop) ———————————————————————–^ 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 85] template<int BFORMAT, int SRC_T, int NPC, int DEPTH, int buf_size> void Core_Process (XF_DTUNAME(SRC_T, NPC) imgblock[5][buf_size], int &b, int &g, int &r, int row, int col, int loop) ————————————————————————————-^ If declarator-id: Invalid C++ declaration: Expecting “,” or “)” in parameters-and-qualifiers, got “i”. [error at 109] template<int BFORMAT, int SRC_T, int NPC, int DEPTH, int buf_size> void Core_Process (XF_DTUNAME(SRC_T, NPC) imgblock[5][buf_size], int &b, int &g, int &r, int row, int col, int loop) ————————————————————————————————————-^