- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I'm using Intel IPP 8.0
In MKL you have the option to invert a Vector / Matrix.
What would be the fastest way to invert an image (1 ./ A, MATLAB) using Intel IPP?
I could only do it using Ln and Exp which is too slow.
Could you add a native Power and Inversion commands to IPP?
Thank You.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can use ippsDivCRev function with a loop by rows (16u & 32f are supported only). For 8u the most easiest way is to create an image with the same size then use ippiSet to fill it with all ones and then use ippiDiv - it will several times faster than exp/ln approach.
regards, Igor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Seregey,
How come none / some of them are written in the official documentation?
Anyhow, none of them is a native "Image Inversion" and demand an image of "Ones" to be pre set.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page