Hi crackwitz,
Thanks for your prompt reply.
There are some questions I still don’t understand:
-
According to convertMaps page I know that the first output array contains the rounded coordinates. But I still don’t understand why the second output array contains indices in the interpolation tables ?
-
I understand interpolation, but what is interpolation table doning? In my situation, map2 is a output array with size w*h, and value between 0~1024.
-
In remap function, When map1 and map2 are both 1-channel, representing map_x and map_y, I can clearly understand what the remap function is doing.
However, when map1 and map2 are 2-channel and 1-channel respectively, I am not sure what the remap function does.
Thanks