Template Function xFDHOGbilinearRO

Function Documentation

Warning

doxygenfunction: Unable to resolve function “xFDHOGbilinearRO” with arguments “(XF_PTNAME(DEPTH), XF_PTNAME(DEPTH), uint16_t*, uchar_t*, uchar_t*, hist_type*, 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 69] template<int BIN_STRIDE, int DEPTH, typename hist_type, int NOB> void xFDHOGbilinearRO (XF_PTNAME(DEPTH) p, XF_PTNAME(DEPTH) m, uint16_t *bin_center, uchar_t *index_1, uchar_t *index_2, hist_type *part_1, hist_type *part_2) ———————————————————————^ 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 87] template<int BIN_STRIDE, int DEPTH, typename hist_type, int NOB> void xFDHOGbilinearRO (XF_PTNAME(DEPTH) p, XF_PTNAME(DEPTH) m, uint16_t *bin_center, uchar_t *index_1, uchar_t *index_2, hist_type *part_1, hist_type *part_2) —————————————————————————————^ If declarator-id: Invalid C++ declaration: Expecting “,” or “)” in parameters-and-qualifiers, got “p”. [error at 105] template<int BIN_STRIDE, int DEPTH, typename hist_type, int NOB> void xFDHOGbilinearRO (XF_PTNAME(DEPTH) p, XF_PTNAME(DEPTH) m, uint16_t *bin_center, uchar_t *index_1, uchar_t *index_2, hist_type *part_1, hist_type *part_2) ———————————————————————————————————^