I am trying to do forward mapping with OpenCV, but remap()
only allows inverse mapping so I need to inverse the map(s) before using them. This is the inverse map method I want to use and it only takes in a single 2 channel map.
In the convert maps docs it says that you can convert one 2 channel (x,y) map into individual x and y maps. It also says that you can do "Reverse conversion". Does this mean you can convert from x and y maps to a single (x,y) map shape?