开发者

How to distort an Image in OpenCV?

开发者 https://www.devze.com 2023-03-05 09:39 出处:网络
I see that there are several ways to distort an image. like...Circle, Diffuse, Marble, Ripple, Twirl, Water, ...

I see that there are several ways to distort an image. like...Circle, Diffuse, Marble, Ripple, Twirl, Water, ...

I have come across some ipl functions like, iplRotateCenter(), iplWarpAffine(), iplShear() etc. does OpenCV have any such functions? if i need to use the ipl library in open开发者_高级运维cv, how to do it?


Open CV has such functions. Old openCV (C inreface), methods like cvWarpPerspective(), cvRemap(), cvLogPolar() New openCV (C++ inreface), methods like warpPerspective(), remap(),...

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号