Is there something equivalent to matlab’s imtransform in C++? I’m having a hard time wrapping my head around the code for imtransform in matlab, and I’m trying to use or rewrite it in C++.
edit: Not built into C++, but any libraries that you may know of which would do the same thing would be great
Check out OpenCV. I don’t remember whether it has that exact transform, but it has a lot of related code to take a look at (it’s open source).