Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

How to create multi-level wavelet transform?

lu_h_1
Beginner
595 Views
    The ippsWTFwd creates one level of wavelet. 
ippsWTFwd_32f( pSrc, pLow, pHigh, 6, pFwdState );
If i want to create another level of wavelet, shall i set pLow as input?

Such as:

ippsWTFwd_32f( pLow, pLow2, pHigh2, 6, pFwdState2 );

And shall i  create another pFwdState2 as it is said in other topics?

So the forward and inverse wavelet transform is iterative?

 

0 Kudos
1 Reply
Shaojuan_Z_Intel
Employee
595 Views

Hi Lu,

Sorry to  reply late! Yes, the multi level transform should be set as you describe.

0 Kudos
Reply