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

ippiMinEigenVal and ippiMinEigenValBorder

Adriaan_van_Os
New Contributor I
698 Views

The IPP Developer Reference doesn't specify the difference between ippiMinEigenVal and ippiMinEigenValBorder. The descriptions for both functions are virtually identical. I assume ippiMinEigenVal calls into ippiMinEigenValBorder with ippBorderConst or ippBorderRepl ?

Regards,

Adriaan van Os

 

0 Kudos
3 Replies
Ruqiu_C_Intel
Moderator
698 Views

Hello Adriaan van Os,

The difference between ippiMinEigenVal and ippiMinEigenValBorder is ippiMinEigenVal supports only ROI (region of interest) and considers that all required for processing pixels beyond this ROI are available in memory, while ippiMinEigenValBorder supports a number of borders – Const, Mirror, and Replicate.

BRs,

Ruqiu

0 Kudos
Adriaan_van_Os
New Contributor I
698 Views

Thanks for the reply.

You may want  to clarify that in the IPP Developer Reference. The description for both functions merely says "This function operates with ROI (see Regions of Interest in Intel IPP)."

Regards,

Adriaan van Os

 

0 Kudos
Ruqiu_C_Intel
Moderator
698 Views

Hi Adriaan van Os,

Thanks for the comment, we will update it soon.

BRs,

Ruqiu

0 Kudos
Reply