- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Here is the IPP info after executing lib = ippiGetLibVersion();
ippip8-6.0.dll+ 6.0 Update 1 build 167.32 6.0.167.684
UsingippiHistogramRange_8u_C1R, I've found thatippiHistogramRange_8u_C1R slightly corrupts the input buffer (in manual it'sconst Ipp* pSrc). The corruption does not effect the returned histogram. Given a grayscale image, I'm using a binary mask to segment out the part of the image and compute the histogram. In the computation, the histogram vector has 128 elements, and there are 129 histogram levels, which is an array [1 : 2 : 255 256]. The input image for theippiHistogramRange_8u_C1R is 240 (height) by 352 (width), all pixels are ZERO's except masked pixels (grayscale values from 0 to 255). Displaying the input image before and after calling ippiHistogramRange shows the difference of few pixels, which must be ZERO's after executing ippiHistogramRange. You should see the corruption, if you call ippiHistogramRange in a "for" loop to compute histogram for each blob, extracted from the same image.
Regards,
Alex
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Alex,
IPP 6.0 is a bit old version, could you please check your case with the latest version, which IPP 7.0 update 3 ?
Regards,
Vladimir
IPP 6.0 is a bit old version, could you please check your case with the latest version, which IPP 7.0 update 3 ?
Regards,
Vladimir
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