- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello!
I have tried to construct integer data type (uint8, uint16) universal pyramids using IPP 5.0. However, the function PyramidLayerDown sets the destination image to all zeros instead filtering and downsampling the source image. This has been tested with several filters. Note: the same code works with floating point data!
Has anybody experienced the same problems?
System: P4 HT, Windows XP, VS 2003
Best regards,
Herbert
I have tried to construct integer data type (uint8, uint16) universal pyramids using IPP 5.0. However, the function PyramidLayerDown sets the destination image to all zeros instead filtering and downsampling the source image. This has been tested with several filters. Note: the same code works with floating point data!
Has anybody experienced the same problems?
System: P4 HT, Windows XP, VS 2003
Best regards,
Herbert
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Universal Pyramid functions (in 5.0 release) contain a bug connected with kernel scaling that results in zero output image. It is corrected in 5.1 Gold release
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for this reply. When will version 5.1 be available?
-Herbert
-Herbert
Message Edited by herbert.ramoser@gmx.net on 02-02-2006 05:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There is no official information yet, I hope few months.
You can get round this bug by explicit scaling the kernel. For ippiPyramidLayerDown_8u function normalized kernel elements (sum=1) should be multiplied by 2^15 and converted to integers. No change in your program should be done after thisbug correction.

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