opencv中关于重映射和仿射变换

本文详细介绍了OpenCV中用于图像处理的重映射(remap)函数及其应用,包括如何使用remap进行图像的几何变换,如缩放、翻转等。文中通过代码示例解释了重映射过程,并展示了不同映射矩阵对图像的影响。
摘要由CSDN通过智能技术生成

本文主要讲解opencv中重映射变换和放射变换。包括remap函数、getAffineTransform 函数、warpAffine 函数、getRotationMatrix2D 函数。


1、remap函数     

C++: voidremap(InputArray src, OutputArray dst, InputArray map1, InputArray map2, int interpolation, intborderMode=BORDER_CONSTANT, const Scalar& borderValue=Scalar())

Applies a generic geometrical transformation to an image.     //对图像进行简单的几何变换

The function remap transforms the source image using the specified map:    //函数remap使用特定映射转换原图像

dst(x,y)=src(mapx(x,y),mapy(x
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值