Template Function xFDHOGbilinearNO

Function Documentation

Warning

doxygenfunction: Unable to resolve function “xFDHOGbilinearNO” with arguments “(XF_PTNAME(DEPTH), XF_PTNAME(DEPTH), uint16_t*, hist_type*)”. 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 73] template<int DEPTH, typename hist_type, int NOB, int BIN_STRIDE_FIX> void xFDHOGbilinearNO (XF_PTNAME(DEPTH) p, XF_PTNAME(DEPTH) m, uint16_t *bin_center, hist_type *bin) ————————————————————————-^ 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 91] template<int DEPTH, typename hist_type, int NOB, int BIN_STRIDE_FIX> void xFDHOGbilinearNO (XF_PTNAME(DEPTH) p, XF_PTNAME(DEPTH) m, uint16_t *bin_center, hist_type *bin) ——————————————————————————————-^ If declarator-id: Invalid C++ declaration: Expecting “,” or “)” in parameters-and-qualifiers, got “p”. [error at 109] template<int DEPTH, typename hist_type, int NOB, int BIN_STRIDE_FIX> void xFDHOGbilinearNO (XF_PTNAME(DEPTH) p, XF_PTNAME(DEPTH) m, uint16_t *bin_center, hist_type *bin) ————————————————————————————————————-^