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.

camera lens distortion correction

rw55
Beginner
703 Views

Hi all,

the function:

ippiCreateMapCameraUndistort_32f_C1R

should create an "undistortion map" usingradial and tangential distortion coefficients, and focal lengths.

How do i use those parameters?

what is the effect of each one of them on the output image?

Thanks.

0 Kudos
1 Reply
Intel_C_Intel
Employee
703 Views

Hi,

The output of function are images pxMap and pyMap containing undistorted x and y coordinated.

These arrays can be used by ippiRemap function to correct distortion. the interpolation type is an argument of ippRemap.

Thanks,

Alexander

0 Kudos
Reply