Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
6814 Discussions

IPPI Image Geometric Transformations: Quadratic / Polynomial Transformation

danbaum
Beginner
476 Views
Hi all,
for an image registration task I need to perform quadratic / polynomial transformations on images. Is there a possibility to do this in IPP? An affine transformation is not sufficient.
Thanks for your help!
Regards,
Daniel
0 Kudos
1 Reply
Vladimir_Dudnik
Employee
476 Views

Hello,

Unfortunately we do not have any polinomial transform functions. But ifyou can calculatethe mapping between src and dst thanyou can use ippiRemap functions for interpolation.

Regards,
Vladimir

0 Kudos
Reply