搜索资源列表
opencvshuangxianxing
- OPENCV的双线性源代码-OPENCV bilinear source code. . . . . . . . . .
tuxiangxuanzhuan
- 用于自定义旋转角度,用vc++2005结合opencv实现。旋转后,采用双线性插值-Used to customize the rotation, combined with vc++2005 opencv implementation. After the rotation, using bilinear interpolation
cvResize
- Resize 圖像大小變換 void cvResize( const CvArr* src, CvArr* dst, int interpolation=CV_INTER_LINEAR ) src 輸入圖像. dst 輸出圖像. interpolation 插值方法: * CV_INTER_NN - 最近鄰插值, * CV_INTER_LINEAR - 雙線性插值 (預設使用) * CV_INTER_AREA
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
chazhi
- 利用插值法对图像进行放大,分别应用了最邻近差值和线性差值-Nearest Neighbor Interpolation Bilinear Interpolation
rotateazoom
- 在C++中利用Opencv库对图像进行旋转和放大(最近邻,双线性,三次线性)-Use Opencv library in C++ for image rotation and zoom (nearest neighbor, bilinear, three linear)
