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

intel IPP ippiDeinterlaceMotionAdaptive_8u_C1

pengbo0121
Beginner
256 Views

Hi,

I have checked out the intel IPP image processing manual. And it seems that the deinterlacer function

ippiDeinterlaceMotionAdaptive_8u_C1 could only support color format that contains only one channel.

Does that mean if I want to deal with RGBA color format, I have to convert RGBA format to a one-channel format first ?

I am wondering is there a better way to do the deinterlacing for RGBA color format?

Thanks a lot.

0 Kudos
1 Reply
pvonkaenel
New Contributor III
256 Views

I believe that is correct. When I've used the deinterlace routines in the past I've always taken interleaved images and planarized them first and then deinterlace each independent plane. There are routines to seperate YCC planes, but I'm not sure about RGB.

Peter

0 Kudos
Reply