How do I use OpenCV’s remap function?

This is just a simple misunderstanding of the documentation, and I don’t blame you—it took me a few fumblings to understand it, too. The docs are clear, but this function probably doesn’t work in the way you expect; in fact, it works in the opposite direction from what I expected at first. What remap() doesn’t … Read more