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

Warp perspective - boarder type constant: possible bug

TSS00
Beginner
381 Views

Hey 

I'm running warp perspective, it's seems like boarder type: ippBorderConst is not working,
The function operate as ippBorderInMem, out of border pixels don't set to a constant value. 

I'm working with: Ipp version 2017, update 3. windows 64bit. 

Best regards 

 

 

 

 

0 Kudos
3 Replies
Valentin_K_Intel
Employee
381 Views

Hello,

Could you please provide a code example to reproduce the problem?

Thanks,
Valentin

0 Kudos
TSS00
Beginner
381 Views

Pleas open a private thread with me 

 

 

0 Kudos
Zhen_Z_Intel
Employee
381 Views

Hi,

ippBorderInMem always has priority over any other border flags or types, if you would like to some part for const, and some parts for in-memory value, please use sub flags of ippBorderInMem , for example, borderType = ippBorderInMemTop|ippBorderInMemBottom|ippBorderConst , only top and bottom will be set as in-memory source image value, both right and left will be set as const. Thanks.

Best regards,
Fiona

0 Kudos
Reply