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

Algorithms behind noise reduction functions

boulianne
Beginner
198 Views
Hi all,
on what algorithm are based the ippsFilterNoise functions?
In the code samples there are 3 examples of noise filters:
IPP_NR_EC, IPP_NR_RTA, IPP_NR_EPHM.
IPP_NR_EPHM implements the Ephraim-Malah noise suppressor algorithm.

The other two use directly the ippsFilterNoise_RTA and ippsFilterNoise_EC
but there are no references or mentions of an algorithm in the library
documentation...


0 Kudos
1 Reply
Naveen_G_Intel
Employee
198 Views

Hi,

We are not explained algorithms of all the functions in the manual, but usage modes are presented in the IPP sample code. I hope this will help you to use it in your application.

ippsFilterNoise_RTA is very useful function to create Microsoft* Real time codec(MSRTA).

Regards,

Naveen Gv

0 Kudos
Reply