Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个充满对象的图像,并且我能够在它们周围绘制边界框,这要归功于 minAreaRect 函数。
这些矩形被旋转。我想检索仅包含将按其角度旋转的矩形内部的图像,以便所有对象都向上。
我知道我有一些功能可以做到这一点:getRotationMatrix、warpAffine 等。问题是我仍然没有找到获得结果的过程。需要一些步骤,例如:将矩形设置在固定大小的图像的中心,旋转它,然后裁剪我想要的。但这并不像看起来那么容易......
有没有人这样做过?任何帮助,将不胜感激。:) 谢谢 !