- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am using "ippiMirror_32s_C1R" to mirror the image. The roiSize is {252,1}. As per the new IPP V7.1 , it gives me an error "ippStsSizeErr". it was giving no issues with my earlier version ipp5.
Any other API/way to do the mirroring when one of the element in ippiSize is 1. Thanks for the help
-Sumit
I am using "ippiMirror_32s_C1R" to mirror the image. The roiSize is {252,1}. As per the new IPP V7.1 , it gives me an error "ippStsSizeErr". it was giving no issues with my earlier version ipp5.
Any other API/way to do the mirroring when one of the element in ippiSize is 1. Thanks for the help
-Sumit
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am using "ippiMirror_32s_C1R" to mirror the image. The roiSize is {252,1}. As per the new IPP V7.1 , it gives me an error "ippStsSizeErr". it was giving no issues with my earlier version ipp5.
Any other API/way to do the mirroring when one of the element in ippiSize is 1.
I am using "ippiMirror_32s_C1R" to mirror the image. The roiSize is {252,1}. As per the new IPP V7.1 , it gives me an error "ippStsSizeErr". it was giving no issues with my earlier version ipp5.
Any other API/way to do the mirroring when one of the element in ippiSize is 1.
You couldconsider transpose functions from theMatrix Processing domain of IPP.
Best regards,
Sergey
[EDITED] I'm very sorry, this is not applicable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting sumitsinha295
Hi,
I am using "ippiMirror_32s_C1R" to mirror the image. The roiSize is {252,1}. As per the new IPP V7.1 , it gives me an error "ippStsSizeErr". it was giving no issues with my earlier version ipp5.
Any other API/way to do the mirroring when one of the element in ippiSize is 1.
I am using "ippiMirror_32s_C1R" to mirror the image. The roiSize is {252,1}. As per the new IPP V7.1 , it gives me an error "ippStsSizeErr". it was giving no issues with my earlier version ipp5.
Any other API/way to do the mirroring when one of the element in ippiSize is 1.
Your image is very small and I think STL's 'reverse' functioncould be used instead:
[cpp]#include
Here is output:
Elements before reverse:
2 1 4 3 6 5 8 7 10 9
Elements after reverse:
9 10 7 8 5 6 3 4 1 2
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