- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page