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

Remap function, OpenCV, speed up

Viktor_S_
Beginner
1,580 Views

Hello,

I am using OpenCV remap function.

But i need more speed up for my application.

Does OpenCV with IPP supports remap acceleration?

Here i can't see remap function: http://opencv.org/opencv-3-0-alpha.html

If IPP has fast remap function like opencv remap(src_mat, dst_mat, map_x, map_y), where i can see examples and try it?

Best regards Viktor.

0 Kudos
2 Replies
Chao_Y_Intel
Moderator
1,580 Views

Viktor,

I checked the IPP ICV package. The ippiRemap is not provided there.

You can manually add the related IPP functions. Here is a few details on the function: https://software.intel.com/en-us/node/504403

An example is also included in the manuals.

Thanks,
Chao

0 Kudos
Viktor_S_
Beginner
1,580 Views

Chao, thank you for answer.

I will try IPP sdk.

Can you tell me OpenCV remap slower than ippiRemap?

Or there is no difference in implementation of remap algorithm?

I tried Cuda remap but download\upload from memory to GPU memory very slower and result is slower than CPU remap.

Best regards Viktor.

0 Kudos
Reply