当前位置:
首页
资源下载

搜索资源 - rotate interpolation
搜索资源列表
-
0下载:
数字图像处理中,灰度图像的放大、缩小,平移和旋转功能实现的源代码,分别采用最近邻插值法和双线性插值方式实现。,Digital image processing, the gray-scale image to enlarge, narrow, pan and rotate functions of the source code, respectively, using nearest neighbor interpolation and bilinear interpolation way.
-
-
0下载:
使用MFC编写的图像旋转算法,利用临近插值的方法实现图像旋转,并且旋转后的图像自适应窗口。-Written using the MFC image rotation algorithm, near the interpolation method used to achieve image rotation, and rotate the image after the adaptive window.
-
-
0下载:
实现图像的几何变换:平移,镜像变换、转置、缩放、旋转和插值等等。-Image of the geometric transformations: translation, image transform, transpose, zoom, rotate, and interpolation and so on.
-
-
0下载:
基于傅立叶-梅林变换的matlab编写的配准系统,运行fm_gui.m后即出现演示界面,左侧的两个图形框选择待配准的两幅图像,图像可以进行缩放旋转变换。右侧的列表框"Window"下可以选择滤波窗,"Rotation"、"Scale"、"Log-polar"可分别选择旋转、缩放、以及对数极坐标变换所用的插值方法,按键"REGISTER"下的滑动
键可选备选的峰值点总数,点击"REGISTER"按键,
对应的下方图形框即显示配准后的两幅图像,最下方的"Translation"、"Rotat
-
-
0下载:
IMROTATE2 Rotates an image with circular shift.
B = IMROTATE2(A,ANGLE) rotates image A by ANGLE degrees in a counterclockwise direction around its center point. To rotate the image clockwise, specify a negative value for ANGLE. It makes the output
-
-
0下载:
实现图像空间旋转,灰度插值操作,插值方法分别是最近邻法和二次线性法。-Achieve the image space rotation, gray-level interpolation operation, interpolation methods are nearest neighbor method and the second linear method.
-
-
0下载:
/*************************************************************************
* 函数名称:
* RotateDIB2()
* 参数:
* LPSTR lpDIB - 指向源DIB的指针
* int iRotateAngle - 旋转的角度(0-360度)
* 返回值:
* HGLOBAL - 旋转成功返回新DIB句柄,否则返回NULL。
* 说明:
* 该函数用来以图
-
-
0下载:
/*************************************************************************
* 函数名称:
* RotateDIB()
* 参数:
* LPSTR lpDIB - 指向源DIB的指针
* int iRotateAngle - 旋转的角度(0-360度)
* 返回值:
* HGLOBAL - 旋转成功返回新DIB句柄,否则返回NULL。
* 说明:
* 该函数用来以图像
-
-
0下载:
利用matlab对图像进行旋转处理的程序代码。以及图像插值算法的原理-Using matlab rotate the image processing code. And the principle of image interpolation algorithm
-
-
0下载:
Image resize, rotate, translation function using bilinear interpolation method.
-
-
3下载:
QR码作为一种可高速、全方位识别的二维条码,已经在各行各业中得到了应用,并具有很大发展潜力.本文针对QR码图像的识别过程中可能遇到的图像噪声干扰、QR码占实际拍摄图像的一部分、倾斜、几何失真等问题进行了研究,提出了通过改进型中值滤波去除噪声,使用QR码符号特性定位并对倾斜图像进行旋转,对失真不严重的图像采用控制点变换和双线性插值方法进行几何校正.实验证明, 本文的方法简单有效, 可以用于提高条码的正确识别率.-As a high-speed, full identification of th
-
-
0下载:
MATLAB实现图像读入,彩色图像转换成灰度图像,以及插值法计算得到旋转图像。-Read into MATLAB for image, color images into grayscale images, and rotate the image calculated by interpolation.
-
-
0下载:
本代码是关于图像旋转的,可以方便地将任意一个输入图像平均地旋转16个方向,并进行插值。-The code is about the image rotation, which can take an input image rotate 16 directions and get output 16 images with interpolation.
-
-
0下载:
dicom文件的读取与三维重建(三次参数插值),然后进行旋转、投影、颜色变换进行三维空间上的观察-read dicom file and 3D reconstruction (three parameter interpolation), then rotate, projection, color transform on the observation of three-dimensional space
-
-
0下载:
对图像进行旋转,拉伸,镜像对称等变换的整合示例,包含最近邻插值,双线性插值即双三线性插值的处理部分程序-Image rotate, stretch, mirror symmetry transformation of the integration example, contains the most recent neighbor interpolation, bilinear interpolation double tri-linear interpolation processing p
-
-
0下载:
这是对图片进行旋转的程序,只需设置图片的位置和旋转的角度便可以进行旋转,采用的是最近邻插值算法。-This is a program to rotate the picture, simply set the location of the picture and the angle of rotation can be rotated using the nearest neighbor interpolation algorithm.
-
-
0下载:
图像插值、缩放、旋转Image interpolation, zoom, rotate数字图像处理的插值-Image interpolation, zoom, rotate
-
-
0下载:
image rotate and interpolation,在图像倾斜校正中很有用,需要进行旋转和插值操作。-image rotate and interpolation
-
-
0下载:
原创C语言实现双线性插值的图像旋转函数,可修改参数实现不同功能。-Original C language implementation of bilinear interpolation function, image rotation can modify the parameters to achieve different functions.
-
-
0下载:
反响映射+双线性插值图像旋转实现算法(opencv)-Response mapping image rotation+ bilinear interpolation algorithm (opencv)
-