如何使用 C# 从图像中裁剪十字矩形?
我想要获取图像的某些特定部分,因此我正在裁剪图像。但是,当我想要获得与图像不平行的部分时,我会旋转图像并随后进行裁剪。
我不想旋转图像并裁剪平行矩形。我想要的是,在不旋转图像的情况下,以与图像成角度的方式裁剪一个矩形。
有什么办法可以做到这一点吗?
我想我还不能很好地表达自己。这就是我想做的:示例图片。
假设红色的东西是一个矩形:)我想从图像中裁剪掉那个东西。修剪后不需要进行天使化处理。这样mj就可以躺下了。
I want to get some specific parts of an image so I'm cropping the images. However, when I want to get a part that is not parallel to the image, I rotate the image and crop afterwards.
I don't want to rotate the image and crop a parallel rectangle. What I want is, without rotating the image, to crop a rectangle with an angle from the image.
Is there any way to do that?
I think I couldnt express myself well enough. This is what I want to do: example picture.
Assume the red thing is a rectangle :) I want to crop that thing out of image. After cropping it doesn't need to be angeled. So mj can lie down.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此方法应该执行您所要求的操作。
用法(使用你的 MJ 示例):
This method should perform what you asked for.
usage (using your MJ example):