c - 如何在OpenCV中扭曲图像



我看到有几种方法可以扭曲图像。圆形, 漫反射, 大理石, 波纹, 旋转, 水, ...

我遇到过一些ipl函数,如iplRotateCenter(),iplWarpAffine(),iplShear()等。 OpenCV有这样的函数吗? 如果我需要使用OpenCV中的IPL库,该怎么做?

Open CV 具有这样的功能。Old openCV (C inreface), 方法如 cvWarpPerspective(), cvRemap(), cvLogPolar()新的openCV(C++inreface),像warpPerspective(),remap()这样的方法,...

相关内容

  • 没有找到相关文章

最新更新