Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
6811 ディスカッション

FilterLaplace generates different results when running the 32-Bit vs. 64-Bit

Brian_B_
ビギナー
382件の閲覧回数

We have observed different results when running the FilterLaplace function between the 32-bit and the 64-bit version of the IPP libraries.
Specifically we are calling: ippiFilterLaplace_8u_AC4R with both 3X3 and 5X5 kernels.
The binary results differ between the 32 and 64 bit libraries.  Is this expected?  We are currently running IPP 7.0.

Many thanks,

Brian

0 件の賞賛
1 返信
Jonghak_K_Intel
従業員
382件の閲覧回数

Hi Brian,

 an explanation from an IPP engineer is the following

The functions with prefix AC4 processes only three of the four channels (except special cases).

The fourth channel (alpha channel) remains unchanged.

So the results of function execution may be different (if before alpha channels of destination images were different).

 

 It would be much better if you can share your code so we can inverstigate more in detail.

 

Thanks

返信