- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page