Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
6711 Discussions

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

Brian_B_
Beginner
198 Views

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 Kudos
1 Reply
Jonghak_K_Intel
Employee
198 Views

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

0 Kudos
Reply