-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug on xf::resize after upgrading from 2018.3 to 2019.1 #59
Comments
The error may be because: A component cannot include virtual functions, function pointers, or bit fields. |
Below is the output dumps
|
I have attached a testing program prj_xf_dummy_2019.1.zip above. Can anyone confirm whether the bug affects everyone or only affects me? Attached is the synthesis log. |
@3togo The fix has to come from Vivado HLS tool, which might take some time. However, you can consider the following workarounds:
In the accel function:
|
Many thanks for your reply. I did modify the code as suggested by your workaround 1. But, it makes no difference. The errors are still there. Below is the modified code. Eli
|
@3togo , The Class JJ has to have the whole definition of xf::resize including any sub-functions it calls internally. #include "imgproc/xf_resize.hpp" should be removed.
|
@bgouthamb, Many thanks Joe |
Similar problem happens again when I call |
any workaround? |
prj_xf_dummy_2019.1.zip
The following function can run using xfopencv 2018.3 but not when using 2019.1. Why?
What is the meaning of "Call parameter type does not match function signature!"?
xf::resize <INTERPOLATION, XF_8UC1, wk_rows, wk_cols, dst_rows, dst_cols, XF_NPPC1, MAXDOWNSCALE> (wk_disp, disp);
prj_xf_dummy_2019.1.zip
The text was updated successfully, but these errors were encountered: