Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

DilateBorder: Doc error?

pascalc
Beginner
365 Views

The documentation for DilateBorder has a code example of a dilation of a 5x5 image, defined as

    Ipp16u pSrc[5*5] = { 1, 2, 4, 1, 2,
                        5, 1, 2, 1, 2,
                        1, 2, 1, 2, 1,
                        2, 1, 5, 1, 2};

Isn't a line missing in there?

IPP version is 9.0.0.

0 Kudos
3 Replies
Gennady_F_Intel
Moderator
365 Views

that's an issue. Thanks Pascal. 

0 Kudos
Gennady_F_Intel
Moderator
365 Views

I see also some others bugs into this example. We will update it into one of the nearest releases. escalated. I will keep you posted.

--Gennady

0 Kudos
Gennady_F_Intel
Moderator
365 Views

Pascal, the issue has been fixed in 9.0 update 1. Thanks for the tips.

0 Kudos
Reply