CIPerspectiveTransform在小矩形上的行为不正确

时间:2018-11-30 06:19:57

标签: ios swift core-image cifilter

我正在图像上使用CIPerspectiveTransform。在大于约50x50的矩形上或在Core Image Reference中所述的默认点上,它可以正常工作。当我使用较小的四边形(例如,点(449,1088), (470,1092), (474,1063), (445,1117)时,所得图像偏离图像边缘的边缘。使用CIPerspectiveTransform是否有某种最小尺寸?下面的示例图片(在白色背景上)。

CIPerspectiveTransform,其默认角值为: Correct Behavior of CIPerspectiveTransform

CIPerspectiveTransform,具有如上所述的小四边形: Incorrect Behavior of CIPerspectiveTransform

0 个答案:

没有答案