1 | initial version |
I've found the solution: gpu::buildWarpAffineMaps - to build matrices of x and y coordinates containing the lookup coordinates gpu::remap - to sample the image given the lookup coordinates
2 | No.2 Revision |
I've found the solution:
solution:
gpu::buildWarpAffineMaps - to build matrices of x and y coordinates containing the lookup coordinates
coordinates
gpu::remap - to sample the image given the lookup coordinates