OpenCV: Understanding warpPerspective / perspective transform
问题 I made a small example for myself to play around with OpenCVs wrapPerspective, but the output is not completely as I expected. My input is a bar at an 45° angle. I want to transform it so that it's vertically aligned / at an 90° angle. No problem with that. However, what I don't understand is that everything around the actual destination points is black. The reason I don't understand this is, that actually only the transformation matrix gets passed to the wrapPerspective function, not the