Template Function xf::cv::aie::gaincontrol

Function Documentation

Warning

doxygenfunction: Unable to resolve function “xf::cv::aie::gaincontrol” with arguments “(const T*, T*, int, int, const ::aie::vector<T, N>&, const ::aie::vector<T, N>&)”. 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 42] template<typename T, int N, int code> void gaincontrol (const T *restrict img_in, T *restrict img_out, int image_width, int image_height, const ::aie::vector< T, N > &coeff0, const ::aie::vector< T, N > &coeff1) ——————————————^ 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 55] template<typename T, int N, int code> void gaincontrol (const T *restrict img_in, T *restrict img_out, int image_width, int image_height, const ::aie::vector< T, N > &coeff0, const ::aie::vector< T, N > &coeff1) ——————————————————-^ If declarator-id: Invalid C++ declaration: Expecting “,” or “)” in parameters-and-qualifiers, got “i”. [error at 74] template<typename T, int N, int code> void gaincontrol (const T *restrict img_in, T *restrict img_out, int image_width, int image_height, const ::aie::vector< T, N > &coeff0, const ::aie::vector< T, N > &coeff1) ————————————————————————–^