Media (Intel® Video Processing Library, Intel Media SDK)
Access community support with transcoding, decoding, and encoding in applications using media tools like Intel® oneAPI Video Processing Library and Intel® Media SDK
Announcements
The Intel Media SDK project is no longer active. For continued support and access to new features, Intel Media SDK users are encouraged to read the transition guide on upgrading from Intel® Media SDK to Intel® Video Processing Library (VPL), and to move to VPL as soon as possible.
For more information, see the VPL website.

Invert RGB32 image vertically using VPP

Tim_L_1
Beginner
282 Views

Is there any easy way to invert an RGB32 image vertically using VPP?  I'm currently using VPP to convert to NV12, but the original image buffer is inverted.  Thanks, Tim

0 Kudos
1 Reply
Jeffrey_M_Intel1
Employee
282 Views

As far as I know there isn't a way to do this with VPP.  VPP has a focused list of common operations, but outside of these your application will need to fill in the required steps.  The image inversion could be done on the CPU before VPP, or you may be able to consider OpenCL for this task to do this on the GPU if you are using Windows.

 

0 Kudos
Reply