Hi all,
I am having problems using ippiMirror. It always gives me 4 lines with zeros when I do a horizontal mirror.
What could be the source of the problem? Any clues?
best regards,
Saevar
I am having problems using ippiMirror. It always gives me 4 lines with zeros when I do a horizontal mirror.
ippiMirror_8u_C3R(_dst_transposed->_d,
_dst_transposed->_step, _dst_mirror->_d, _dst_mirror->_step,
_dst_mirror->_roi, ippAxsHorizontal);
What could be the source of the problem? Any clues?
best regards,
Saevar
链接已复制
3 回复数
Hi Saevar,
with IPP we provide ippiDemo application where you can basically check how many IPP image processing functions do work. Is it possible for you to try reproduce that issue with this demo application?
Regards,
Vladimir
with IPP we provide ippiDemo application where you can basically check how many IPP image processing functions do work. Is it possible for you to try reproduce that issue with this demo application?
Regards,
Vladimir
Hi,
yes, precompiled ippiDemo application should be available in Linux IPP install as well. Please check the folder where IPP is installed, there should besubfolder with name "demo" which should contain ippsDemo and ippiDemo executables
Vladimir
yes, precompiled ippiDemo application should be available in Linux IPP install as well. Please check the folder where IPP is installed, there should besubfolder with name "demo" which should contain ippsDemo and ippiDemo executables
Vladimir