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
Link Copied
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
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
Hi Adriaan van Os,
Thanks for the comment, we will update it soon.
BRs,
Ruqiu
For more complete information about compiler optimizations, see our Optimization Notice.