搜索资源列表
tuxiangxuanzhuan
- 用于自定义旋转角度,用vc++2005结合opencv实现。旋转后,采用双线性插值-Used to customize the rotation, combined with vc++2005 opencv implementation. After the rotation, using bilinear interpolation
Image-geometry-transform
- 本程序要求输入的图像都是256色的位图。这个代码实现了对图像的几何变换。使用了双线性插值算法-This program requires the input images are 256-color bitmap. This code implements the geometric transformation of image. Using a bilinear interpolation algorithm
PerspectiveTransform
- 根据几何关系,自己编写的单应性(俯视)变换和最近邻插值,双线性插值,基于OPENCV-perspective transform & interpretation based on OPENCV
修改图像尺寸
- 基于c++实现图像裁剪工作,可选择插值方法,包括双线性插值和双三次插值